Searched refs:GetReflection (Results 1 – 7 of 7) sorted by relevance
70 virtual const ShaderReflection& GetReflection() const = 0;89 virtual const ComputeShaderReflection& GetReflection() const = 0;
1404 return shaders_[arrayIndex].gsp->GetReflection().shaderSpecializationConstantView; in GetReflectionSpecialization()1411 … return computeShaders_[arrayIndex].gsp->GetReflection().shaderSpecializationConstantView; in GetReflectionSpecialization()1434 return shaders_[arrayIndex].gsp->GetReflection().vertexInputDeclarationView; in GetReflectionVertexInputDeclaration()1457 const auto& refl = computeShaders_[arrayIndex].gsp->GetReflection(); in GetReflectionThreadGroupSize()
43 const ShaderReflection& GetReflection() const override;66 const ComputeShaderReflection& GetReflection() const override;
87 const ShaderReflection& GpuShaderProgramVk::GetReflection() const in GetReflection() function in GpuShaderProgramVk123 const ComputeShaderReflection& GpuComputeProgramVk::GetReflection() const in GetReflection() function in GpuComputeProgramVk
61 const ShaderReflection& GetReflection() const override;99 const ComputeShaderReflection& GetReflection() const override;
693 const ShaderReflection& GpuShaderProgramGLES::GetReflection() const in GetReflection() function in GpuShaderProgramGLES736 const ComputeShaderReflection& GpuComputeProgramGLES::GetReflection() const in GetReflection() function in GpuComputeProgramGLES
86 const auto& reflection = gsp->GetReflection(); in validateSSO()