Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp120 static TextureType getTextureType(glu::DataType samplerType) in getTextureType()
164 static bool isShadowSampler(glu::DataType samplerType) in isShadowSampler()
171 static glu::DataType getSamplerOutputType(glu::DataType samplerType) in getSamplerOutputType()
211 static tcu::TextureFormat getSamplerTextureFormat(glu::DataType samplerType) in getSamplerTextureFormat()
234 static glu::DataType getSamplerCoordType(glu::DataType samplerType) in getSamplerCoordType()
292 static void setupTexture(const glw::Functions &gl, uint32_t texture, glu::DataType samplerType, in setupTexture()
372 glu::ShaderType shaderType, glu::DataType samplerType, in SamplerIndexingCase()
1353 const DataType samplerType = samplerTypes[samplerTypeNdx]; in init() local
H A Des31fLayoutBindingTests.cpp1055 … ShaderType shaderType, TestType testType, glw::GLenum samplerType, in SamplerBindingRenderCase()
1151 … const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders() local
1259 glw::GLenum samplerType) in SamplerBindingNegativeCase()
1282 … const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders() local
H A Des31fUniformLocationTests.cpp463 uint32_t getTextureFormat(glu::DataType samplerType) in getTextureFormat()
497 de::MovePtr<glu::Texture2D> UniformLocationCase::createTexture(glu::DataType samplerType, float red… in createTexture()
H A Des31fTextureGatherTests.cpp905 static inline glu::DataType getSamplerGatherResultType(glu::DataType samplerType) in getSamplerGatherResultType()
1153glu::DataType samplerType, const string &funcCall, in genFragmentShaderSource()
1264 const glu::DataType samplerType = getSamplerType(textureType, textureFormat); in genProgramSources() local
H A Des31fFboTestUtil.cpp288 TextureCubeArrayShader::TextureCubeArrayShader(glu::DataType samplerType, glu::DataType outputType, in TextureCubeArrayShader()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DIncompatibleTextureTest.cpp47 std::ostream &operator<<(std::ostream &out, SamplerType samplerType) in operator <<()
137 SamplerType samplerType; in IncompatibleTextureVariationsTestPrint() local
153 SamplerType samplerType; in TEST_P() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp289 static TextureType getTextureType(glu::DataType samplerType) in getTextureType()
333 static bool isShadowSampler(glu::DataType samplerType) in isShadowSampler()
340 static glu::DataType getSamplerOutputType(glu::DataType samplerType) in getSamplerOutputType()
380 static tcu::TextureFormat getSamplerTextureFormat(glu::DataType samplerType) in getSamplerTextureFormat()
403 static glu::DataType getSamplerCoordType(glu::DataType samplerType) in getSamplerCoordType()
656glu::DataType samplerType, const IndexExprType indexExprType, in SamplerIndexingCaseInstance()
1022 glu::DataType samplerType, IndexExprType indexExprType) in SamplerIndexingCase()
1969 const glu::DataType samplerType = samplerTypes[samplerTypeNdx]; in init() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp1080 StageType stage, LayoutBindingParameters &samplerType, in LayoutBindingBaseCase()
2026 … StageType stage, LayoutBindingParameters &samplerType, in SamplerLayoutBindingCase()
2180 … StageType stage, LayoutBindingParameters &samplerType, in ImageLayoutBindingCase()
2925 LayoutBindingParameters &samplerType, in AtomicCounterLayoutBindingCase()
3111 LayoutBindingParameters &samplerType, in UniformBlocksLayoutBindingCase()
3331LayoutBindingParameters &samplerType, in ShaderStorageBufferLayoutBindingCase()
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DSymbolEnv.cpp386 const TStructure &SymbolEnv::getTextureEnv(TBasicType samplerType) in getTextureEnv()
552 Name sh::GetTextureTypeName(TBasicType samplerType) in GetTextureTypeName()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.cpp455 TextureCubeShader::TextureCubeShader(glu::DataType samplerType, glu::DataType outputType) in TextureCubeShader()
587 Texture2DArrayShader::Texture2DArrayShader(glu::DataType samplerType, glu::DataType outputType) in Texture2DArrayShader()
703 Texture3DShader::Texture3DShader(glu::DataType samplerType, glu::DataType outputType) in Texture3DShader()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/
H A Dvp_render_fc_kernel.cpp2767 MHW_SAMPLER_TYPE &samplerType) in GetSamplerIndex()
2807 MHW_SAMPLER_TYPE samplerType = MHW_SAMPLER_TYPE_INVALID; in SetSamplerStates() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/
H A DReswizzleYUVOps.cpp62 TType const &samplerType = (*arguments)[0]->getAsTyped()->getType(); in CheckTextureOpWithSamplerExternal2DY2YAndSwizzle() local
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp95 const glu::DataType samplerType = glu::getSampler2DType(texFormat); in init() local
/aosp_15_r20/external/angle/src/common/
H A DPackedEnums.cpp124 TextureType SamplerTypeToTextureType(GLenum samplerType) in SamplerTypeToTextureType()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DPreTransformTextureCubeGradDerivatives.cpp52 const TBasicType samplerType = textureType.getBasicType(); in getReplacementFunction() local
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTextureTestUtil.hpp99 SamplerType samplerType; //!< Sampler type. member
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp1237 const EHlslTokenClass samplerType = peek(); in acceptSamplerTypeDX9() local
1282 const EHlslTokenClass samplerType = peek(); in acceptSamplerType() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslGrammar.cpp1237 const EHlslTokenClass samplerType = peek(); in acceptSamplerTypeDX9() local
1282 const EHlslTokenClass samplerType = peek(); in acceptSamplerType() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcTextureFilterAnisotropicTests.cpp625 std::string samplerType; in drawTexture() local
/aosp_15_r20/external/angle/src/compiler/translator/
H A DSymbolTable.cpp424 void TSymbolTable::initSamplerDefaultPrecision(TBasicType samplerType) in initSamplerDefaultPrecision()
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DTextureFunctionHLSL.cpp1420 TBasicType samplerType, in useTextureFunction()
H A DOutputHLSL.cpp2608 TBasicType samplerType = (*arguments)[0]->getAsTyped()->getType().getBasicType(); in visitAggregate() local
3473 const TType &samplerType = sampler->getType(); in writeParameter() local
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp784 std::string samplerType; in getFragmentShaderCode() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageViewTests.cpp246 std::ostringstream samplerType; in getGlslSamplerType() local
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgExpression.cpp1502 static int countSamplers(const VariableManager &varManager, VariableType::Type samplerType) in countSamplers()
1544 VariableType::Type samplerType = VariableType::TYPE_LAST; in TexLookup() local

123