Searched refs:samplerName (Results 1 - 7 of 7) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp143 string samplerName = "u_sampler" + ndxStr; local
148 samplersStr += string("") + "uniform mediump " + samplerType + " " + samplerName + ";\n";
156 lookupsStr += "\tcolor += " + colorMultiplier + "*" + lookupFunc + "(" + samplerName + ", " + lookupCoord + ");\n";
183 string samplerName = "u_sampler" + de::toString(ndx); local
186 decl << sglr::pdec::Uniform(samplerName, (unitTypes[ndx] == GL_TEXTURE_2D) ? (glu::TYPE_SAMPLER_2D) : (glu::TYPE_SAMPLER_CUBE));
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp545 const string samplerName = string("sampler[") + de::toString(samplerNdx) + "]"; local
546 const int samplerLoc = gl.getUniformLocation(executor->getProgram(), samplerName.c_str());
551 TCU_CHECK_MSG(samplerLoc >= 0, (string("No location for uniform '") + samplerName + "' found").c_str());
1323 const char* samplerName = getDataTypeName(samplerType); local
1324 const string caseName = de::toLower(samplerName);
H A Des31fFboTestUtil.cpp190 string samplerName = string("u_sampler") + de::toString(texNdx); local
194 gl.uniform1i(gl.getUniformLocation(program, samplerName.c_str()), m_inputs[texNdx].unitNdx);
/external/deqp/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp212 string samplerName = "u_sampler" + ndxStr; local
217 samplersStr += string("") + "uniform highp " + glu::getDataTypeName(samplerTypes[ndx]) + " " + samplerName + ";\n";
229 lookupsStr += "\tcolor += " + colorMultiplier + "*(vec4(texture(" + samplerName + ", " + lookupCoord + "))*" + scaleName + " + " + biasName + ");\n";
259 string samplerName = "u_sampler" + de::toString(ndx); local
264 decl << sglr::pdec::Uniform(samplerName, samplerTypes[ndx]);
H A Des3fFboTestUtil.cpp347 string samplerName = string("u_sampler") + de::toString(texNdx); local
351 gl.uniform1i(gl.getUniformLocation(program, samplerName.c_str()), m_inputs[texNdx].unitNdx);
H A Des3fShaderTextureFunctionTests.cpp1968 const char* samplerName; member in struct:deqp::gles3::Functional::TextureSizeCaseSpec
1998 group->addChild(new TextureSizeCase(m_context, (std::string(textureSizeCases[ndx].name) + "_vertex").c_str(), "", textureSizeCases[ndx].samplerName, textureSizeCases[ndx].textureSpec, true));
1999 group->addChild(new TextureSizeCase(m_context, (std::string(textureSizeCases[ndx].name) + "_fragment").c_str(), "", textureSizeCases[ndx].samplerName, textureSizeCases[ndx].textureSpec, false));
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp1415 const char* samplerName = getDataTypeName(samplerType); local
1416 const std::string caseName = de::toLower(samplerName);

Completed in 978 milliseconds