Home
last modified time | relevance | path

Searched defs:CompiledShaderState (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A DCompiledShaderState.h47 struct CompiledShaderState struct
57 bool hasValidGeometryShaderInputPrimitiveType() const in hasValidGeometryShaderInputPrimitiveType()
61 bool hasValidGeometryShaderOutputPrimitiveType() const in hasValidGeometryShaderOutputPrimitiveType()
65 bool hasValidGeometryShaderMaxVertices() const in hasValidGeometryShaderMaxVertices()
70 const gl::ShaderType shaderType;
72 int shaderVersion;
73 std::string translatedSource;
74 sh::BinaryBlob compiledBinary;
75 sh::WorkGroupSize localSize;
77 std::vector<sh::ShaderVariable> inputVaryings;
[all …]
H A DCompiledShaderState.cpp183 CompiledShaderState::CompiledShaderState(gl::ShaderType type) in CompiledShaderState() function in gl::CompiledShaderState