Searched refs:TexLookupParams (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 239 struct TexLookupParams struct 247 TexLookupParams (void) in TexLookupParams() function 408 typedef void (*TexEvalFunc) (ShaderEvalContext& c, const TexLookupParams& lookupParams); 437 static void evalTexture2D (ShaderEvalContext& c, const TexLookupParams& p) { c.color = texture… in evalTexture2D() 438 static void evalTextureCube (ShaderEvalContext& c, const TexLookupParams& p) { c.color = textu… in evalTextureCube() 439 static void evalTexture2DArray (ShaderEvalContext& c, const TexLookupParams& p) { c.color = tex… in evalTexture2DArray() 440 static void evalTexture3D (ShaderEvalContext& c, const TexLookupParams& p) { c.color = texture… in evalTexture3D() 441 static void evalTexture1D (ShaderEvalContext& c, const TexLookupParams& p) { c.color = texture… in evalTexture1D() 442 static void evalTexture1DArray (ShaderEvalContext& c, const TexLookupParams& p) { c.color = tex… in evalTexture1DArray() 443 static void evalTextureCubeArray (ShaderEvalContext& c, const TexLookupParams& p) { c.color = te… in evalTextureCubeArray() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 162 struct TexLookupParams struct 168 TexLookupParams (void) in TexLookupParams() function 185 typedef void (*TexEvalFunc) (gls::ShaderEvalContext& c, const TexLookupParams& lookupParams); 191 static void evalTexture2D (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = text… in evalTexture2D() 192 static void evalTextureCube (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = te… in evalTextureCube() 194 static void evalTexture2DBias (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = t… in evalTexture2DBias() 195 static void evalTextureCubeBias (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color =… in evalTextureCubeBias() 197 static void evalTexture2DProj3 (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = … in evalTexture2DProj3() 198 static void evalTexture2DProj3Bias (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color… in evalTexture2DProj3Bias() 199 static void evalTexture2DProj (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = t… in evalTexture2DProj() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 218 struct TexLookupParams struct 225 TexLookupParams (void) in TexLookupParams() function 277 typedef void (*TexEvalFunc) (gls::ShaderEvalContext& c, const TexLookupParams& lookupParams); 296 static void evalTexture2D (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = text… in evalTexture2D() 297 static void evalTextureCube (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = te… in evalTextureCube() 298 static void evalTexture2DArray (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = … in evalTexture2DArray() 299 static void evalTexture3D (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = text… in evalTexture3D() 301 static void evalTexture2DBias (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = t… in evalTexture2DBias() 302 static void evalTextureCubeBias (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color =… in evalTextureCubeBias() 303 static void evalTexture2DArrayBias (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color… in evalTexture2DArrayBias() [all …]
|