Searched refs:TexEvalFunc (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderTextureFunctionTests.cpp | 185 typedef void (*TexEvalFunc) (gls::ShaderEvalContext& c, const TexLookupParams& lookupParams); typedef 211 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {} in TexLookupEvaluator() 216 TexEvalFunc m_evalFunc; 223 ShaderTextureFunctionCase (Context& context, const char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEvalFunc evalFunc, bool isVertexCase); 246 ShaderTextureFunctionCase::ShaderTextureFunctionCase (Context& context, const char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEvalFunc evalFunc, bool isVertexCase) in ShaderTextureFunctionCase() 554 TexEvalFunc evalFunc;
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
H A D | esextcTextureShadowLodFunctionsTest.cpp | 198 typedef void (*TexEvalFunc)(ShaderEvalContext& c, const TexLookupParams& lookupParams); typedef 291 TexLookupEvaluator(TexEvalFunc evalFunc, const TexLookupParams& lookupParams) in TexLookupEvaluator() 302 TexEvalFunc m_evalFunc; 310 const TextureSpec& texture, TexEvalFunc evalFunc, bool isVertexCase); 337 TexEvalFunc evalFunc, bool isVertexCase) in TextureShadowLodTestCase() 950 TexEvalFunc evalFunc;
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderTextureFunctionTests.cpp | 277 typedef void (*TexEvalFunc) (gls::ShaderEvalContext& c, const TexLookupParams& lookupParams); typedef 432 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {} in TexLookupEvaluator() 437 TexEvalFunc m_evalFunc; 444 ShaderTextureFunctionCase (Context& context, const char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEvalFunc evalFunc, bool isVertexCase); 469 ShaderTextureFunctionCase::ShaderTextureFunctionCase (Context& context, const char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEvalFunc evalFunc, bool isVertexCase) in ShaderTextureFunctionCase() 1354 TexEvalFunc evalFunc;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 413 typedef void (*TexEvalFunc) (ShaderEvalContext& c, const TexLookupParams& lookupParams); typedef 702 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {} in TexLookupEvaluator() 708 TexEvalFunc m_evalFunc; 1204 TexEvalFunc evalFunc, 1223 TexEvalFunc evalFunc, in ShaderTextureFunctionCase() 3300 TexEvalFunc evalFunc; 3359 TexEvalFunc evalFunc, 3374 TexEvalFunc evalFunc,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 410 typedef void (*TexEvalFunc) (ShaderEvalContext& c, const TexLookupParams& lookupParams); typedef 699 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {} in TexLookupEvaluator() 705 TexEvalFunc m_evalFunc; 1202 TexEvalFunc evalFunc, 1222 TexEvalFunc evalFunc, in ShaderTextureFunctionCase() 3143 TexEvalFunc evalFunc; 3203 TexEvalFunc evalFunc, 3219 TexEvalFunc evalFunc,
|
Completed in 53 milliseconds