OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fetchpos
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.cpp
706
" mediump ivec2
fetchPos
= ivec2(floor(relPosition * " << m_renderSize << ".0));\n"
711
buf << " colorSum = texelFetch(u_sampler,
fetchPos
, 0);\n"
715
" colorSum += texelFetch(u_sampler,
fetchPos
, sampleNdx);\n"
743
" mediump ivec2
fetchPos
= ivec2(floor(relPosition * " << m_renderSize << ".0));\n"
745
" mediump vec4 color = texelFetch(u_sampler,
fetchPos
, u_sampleNdx);\n"
es31fTextureMultisampleTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp
[
all
...]
Completed in 478 milliseconds