OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:samplersName
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp
397
const char*
samplersName
= "sampler";
425
"uniform highp " << getDataTypeName(m_samplerType) << " " <<
samplersName
<< "[" << numSamplers << "];\n";
446
code << resultPrefix << "" << lookupNdx << " = texture(" <<
samplersName
<< "[";
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp
737
const char*
samplersName
= "texSampler";
757
"layout(set = 0, binding = " << binding++ << ") uniform highp " << getDataTypeName(m_samplerType) << " " <<
samplersName
<< "[" << m_numSamplers << "];\n";
778
code << resultPrefix << "" << lookupNdx << " = texture(" <<
samplersName
<< "[";
[
all
...]
Completed in 34 milliseconds