OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evalTexture2DArrayShadow
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp
355
static void
evalTexture2DArrayShadow
(gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color.x() = texture2DArrayShadow(c, c.in[0].w(), c.in[0].x(), c.in[0].y(), c.in[0].z(), p.lod); }
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureFunctionTests.cpp
511
static void
evalTexture2DArrayShadow
(ShaderEvalContext& c, const TexLookupParams& p) { c.color.x() = texture2DArrayShadow(c, c.in[0].w(), c.in[0].x(), c.in[0].y(), c.in[0].z(), p.lod); }
[
all
...]
Completed in 47 milliseconds