Lines Matching defs:texUnit
1151 void TextureRenderer::renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, TextureType texType)
1153 renderQuad(result, texUnit, texCoord, ReferenceParams(texType));
1156 void TextureRenderer::renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, const ReferenceParams& params)
1158 renderQuad(result.getAccess(), texUnit, texCoord, params);
1161 void TextureRenderer::renderQuad (const tcu::PixelBufferAccess& result, int texUnit, const float* texCoord, const ReferenceParams& params)
1171 renderQuad(result, positions, texUnit, texCoord, params, maxAnisotropy);
1176 int texUnit,
1181 renderQuad(result.getAccess(), positions, texUnit, texCoord, params, maxAnisotropy);
1186 int texUnit,
1430 VkSamplerCreateInfo samplerCreateInfo = mapSampler(params.sampler, m_textureBindings[texUnit]->getTestTexture().getTextureFormat(), params.minLod, params.maxLod, params.unnormal);
1441 const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->getTestTexture();
1469 m_textureBindings[texUnit]->getImageView(), // VkImageView imageView;
1576 m_log << TestLog::Message << "u_sampler = " << texUnit << TestLog::EndMessage;