HomeSort by relevance Sort by last modified time
    Searched refs:samplerType (Results 26 - 50 of 68) sorted by null

12 3

  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 115 de::MovePtr<glu::Texture2D> createTexture (glu::DataType samplerType, float redChannelValue, int binding);
457 deUint32 getTextureFormat (glu::DataType samplerType)
461 switch (samplerType)
491 de::MovePtr<glu::Texture2D> UniformLocationCase::createTexture (glu::DataType samplerType, float redChannelValue, int binding)
497 const deUint32 format = getTextureFormat(samplerType);
    [all...]
es31fTextureGatherTests.cpp 877 static inline glu::DataType getSamplerGatherResultType (glu::DataType samplerType)
879 switch (samplerType)
1019 glu::FragmentSource genFragmentShaderSource (bool requireGpuShader5, int numTexCoordComponents, glu::DataType samplerType, const string& funcCall, bool useNormalizedCoordInput, bool usePixCoord);
    [all...]
es31fTextureFormatTests.cpp 210 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
360 renderParams.samplerType = getFetchSamplerType(effectiveRefTexture.getFormat());
es31fFboTestUtil.cpp 265 TextureCubeArrayShader::TextureCubeArrayShader (glu::DataType samplerType, glu::DataType outputType, glu::GLSLVersion glslVersion)
272 << sglr::pdec::Uniform("u_sampler0", samplerType)
297 "uniform highp " + glu::getDataTypeName(samplerType) + " u_sampler0;\n"
es31fTextureBorderClampTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp     [all...]
  /external/swiftshader/src/Pipeline/
Shader.cpp 124 samplerType = SAMPLER_UNKNOWN;
133 samplerType = SAMPLER_UNKNOWN;
244 switch(samplerType)
587 samplerType = (SamplerType)((token & 0x78000000) >> 27);
    [all...]
Shader.hpp 296 enum SamplerType
534 SamplerType samplerType;
  /external/swiftshader/src/Shader/
Shader.cpp 124 samplerType = SAMPLER_UNKNOWN;
133 samplerType = SAMPLER_UNKNOWN;
244 switch(samplerType)
587 samplerType = (SamplerType)((token & 0x78000000) >> 27);
    [all...]
Shader.hpp 297 enum SamplerType
535 SamplerType samplerType;
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp 316 std::ostringstream samplerType;
319 samplerType << "u";
321 samplerType << "i";
326 samplerType << "sampler2D";
330 samplerType << "sampler2DArray";
338 return samplerType.str();
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFormatTests.cpp 192 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
382 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
549 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
707 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
853 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
    [all...]
es3fTextureSwizzleTests.cpp 157 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
es3fTextureShadowTests.cpp 341 sampleParams.samplerType = SAMPLERTYPE_SHADOW;
625 sampleParams.samplerType = SAMPLERTYPE_SHADOW;
    [all...]
es3fASTCDecompressionCases.cpp 338 renderParams.samplerType = getSamplerType(uncompressedFormat);
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemShaderImageAccessTests.cpp 275 const std::string samplerType = getShaderSamplerOrImageType(texFormat, true);
366 fragParams["SAMPLER_TYPE"] = samplerType;
436 compParams["SAMPLER_TYPE"] = samplerType;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureShadowTests.cpp 335 sampleParams.samplerType = SAMPLERTYPE_SHADOW;
542 sampleParams.samplerType = SAMPLERTYPE_SHADOW;
766 sampleParams.samplerType = SAMPLERTYPE_SHADOW;
    [all...]
vktTextureSwizzleTests.cpp 108 sampleParams.samplerType = isCompressedFormat(m_testParameters.format) ? SAMPLERTYPE_FLOAT : getSamplerType(m_format);
vktTextureFilteringTests.cpp 212 refParams.samplerType = getSamplerType(texFmt);
425 refParams.samplerType = getSamplerType(texFmt);
625 refParams.samplerType = getSamplerType(texFmt);
809 refParams.samplerType = getSamplerType(texFmt);
    [all...]
vktTextureMipmapTests.cpp 282 refParams.samplerType = getSamplerType(vk::mapVkFormat(m_testParameters.format));
515 refParams.samplerType = getSamplerType(vk::mapVkFormat(m_testParameters.format));
792 refParams.samplerType = getSamplerType(texFmt);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 879 static inline glu::DataType getSamplerGatherResultType (glu::DataType samplerType)
881 switch (samplerType)
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 232 refParams.samplerType = getSamplerType(texFmt);
546 sampleParams.samplerType = getSamplerType(texFmt);
  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 155 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
326 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 222 refParams.samplerType = getSamplerType(texFmt);
555 sampleParams.samplerType = getSamplerType(texFmt);
  /external/deqp/external/openglcts/modules/gles2/
es2cTexture3DTests.cpp 614 refParams.samplerType = getSamplerType(texFmt);
761 refParams.samplerType = getSamplerType(textureFormat);
    [all...]

Completed in 520 milliseconds

12 3