Home
last modified time | relevance | path

Searched defs:samplerType (Results 1 – 25 of 35) sorted by relevance

12

/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp119 static TextureType getTextureType (glu::DataType samplerType) in getTextureType()
163 static bool isShadowSampler (glu::DataType samplerType) in isShadowSampler()
172 static glu::DataType getSamplerOutputType (glu::DataType samplerType) in getSamplerOutputType()
212 static tcu::TextureFormat getSamplerTextureFormat (glu::DataType samplerType) in getSamplerTextureFormat()
233 static glu::DataType getSamplerCoordType (glu::DataType samplerType) in getSamplerCoordType()
275 glu::DataType samplerType, in setupTexture()
352 …har* name, const char* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexEx… in SamplerIndexingCase()
1322 const DataType samplerType = samplerTypes[samplerTypeNdx]; in init() local
Des31fUniformLocationTests.cpp457 deUint32 getTextureFormat (glu::DataType samplerType) in getTextureFormat()
491 de::MovePtr<glu::Texture2D> UniformLocationCase::createTexture (glu::DataType samplerType, float re… in createTexture()
Des31fLayoutBindingTests.cpp1033 glw::GLenum samplerType, in SamplerBindingRenderCase()
1126 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders() local
1231 glw::GLenum samplerType) in SamplerBindingNegativeCase()
1263 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders() local
Des31fFboTestUtil.cpp265 TextureCubeArrayShader::TextureCubeArrayShader (glu::DataType samplerType, glu::DataType outputType… in TextureCubeArrayShader()
Des31fTextureGatherTests.cpp877 static inline glu::DataType getSamplerGatherResultType (glu::DataType samplerType) in getSamplerGatherResultType()
1131 glu::DataType samplerType, in genFragmentShaderSource()
1242 const glu::DataType samplerType = getSamplerType(textureType, textureFormat); in genProgramSources() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp290 static TextureType getTextureType (glu::DataType samplerType) in getTextureType()
328 static bool isShadowSampler (glu::DataType samplerType) in isShadowSampler()
336 static glu::DataType getSamplerOutputType (glu::DataType samplerType) in getSamplerOutputType()
372 static tcu::TextureFormat getSamplerTextureFormat (glu::DataType samplerType) in getSamplerTextureFormat()
393 static glu::DataType getSamplerCoordType (glu::DataType samplerType) in getSamplerCoordType()
633 glu::DataType samplerType, in SamplerIndexingCaseInstance()
1013 glu::DataType samplerType, in SamplerIndexingCase()
1987 const glu::DataType samplerType = samplerTypes[samplerTypeNdx]; in init() local
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp101 const glu::DataType samplerType = glu::getSampler2DType(texFormat); in init() local
/external/swiftshader/src/Pipeline/
DPixelShader.cpp222 Shader::SamplerType samplerType[16]; in analyzeInterpolants() local
/external/swiftshader/src/Shader/
DPixelShader.cpp222 Shader::SamplerType samplerType[16]; in analyzeInterpolants() local
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp99 SamplerType samplerType; //!< Sampler type. member
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp422 TextureCubeShader::TextureCubeShader (glu::DataType samplerType, glu::DataType outputType) in TextureCubeShader()
560 Texture2DArrayShader::Texture2DArrayShader (glu::DataType samplerType, glu::DataType outputType) in Texture2DArrayShader()
668 Texture3DShader::Texture3DShader (glu::DataType samplerType, glu::DataType outputType) in Texture3DShader()
Des3fShaderTextureFunctionTests.cpp760 glu::DataType samplerType = glu::TYPE_LAST; in initShaderSources() local
987 …eSizeCase (Context& context, const char* name, const char* desc, const char* samplerType, const Te… in TextureSizeCase()
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp1080 StageType stage, LayoutBindingParameters& samplerType, in LayoutBindingBaseCase()
2037 StageType stage, LayoutBindingParameters& samplerType, in SamplerLayoutBindingCase()
2192 StageType stage, LayoutBindingParameters& samplerType, in ImageLayoutBindingCase()
2912 LayoutBindingParameters& samplerType, in AtomicCounterLayoutBindingCase()
3098 LayoutBindingParameters& samplerType, in UniformBlocksLayoutBindingCase()
3318 LayoutBindingParameters& samplerType, in ShaderStorageBufferLayoutBindingCase()
/external/deqp/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp627 std::string samplerType; in drawTexture() local
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.cpp768 std::string samplerType; in getFragmentShaderCode() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageViewTests.cpp227 std::ostringstream samplerType; in getGlslSamplerType() local
DvktPipelineImageTests.cpp245 std::ostringstream samplerType; in getGlslSamplerType() local
DvktPipelineSamplerTests.cpp408 std::ostringstream samplerType; in getGlslSamplerType() local
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp1175 const EHlslTokenClass samplerType = peek(); in acceptSamplerTypeDX9() local
1220 const EHlslTokenClass samplerType = peek(); in acceptSamplerType() local
/external/deqp/framework/randomshaders/
DrsgExpression.cpp1424 static int countSamplers (const VariableManager& varManager, VariableType::Type samplerType) in countSamplers()
1466 VariableType::Type samplerType = VariableType::TYPE_LAST; in TexLookup() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp275 const std::string samplerType = getShaderSamplerOrImageType(texFormat, true); in initPrograms() local
/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp146 const char* samplerType = unitTypes[ndx] == GL_TEXTURE_2D ? "sampler2D" : "samplerCube"; in generateMultiTexFragmentShader() local
Des2fShaderTextureFunctionTests.cpp429 glu::DataType samplerType = glu::TYPE_LAST; in initShaderSources() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp879 static inline glu::DataType getSamplerGatherResultType (glu::DataType samplerType) in getSamplerGatherResultType()
1453 glu::DataType samplerType, in genFragmentShaderSource()
1641 …const glu::DataType samplerType = getSamplerType(baseParams.textureType, baseParams.textureFor… in genGatherPrograms() local
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp166 enum samplerType enum in glcts::TextureCubeMapArraySamplingTest

12