Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferActiveUniformValidation.hpp123 class TextureParameters class
126 TextureParameters();
127 TextureParameters(glw::GLuint textureBufferSize, glw::GLenum textureFormat, glw::GLenum textureUniformType,
175 std::vector<TextureParameters>* params);
184 virtual void configureParams(std::vector<TextureParameters>* params) = 0;
185 virtual void configureProgram(std::vector<TextureParameters>* params, glw::GLuint* texIds) = 0;
190 const TextureParameters* getParamsForType(glw::GLenum uniformType) const;
195 std::vector<TextureParameters> m_texture_params;
214 virtual void configureParams(std::vector<TextureParameters>* params);
215 virtual void configureProgram(std::vector<TextureParameters>* param
[all...]
H A DesextcTextureBufferActiveUniformValidation.cpp47 TextureParameters::TextureParameters() : m_texture_buffer_size(0), m_texture_format(0), m_texture_uniform_type(0) in TextureParameters() function in glcts::TextureParameters
58 TextureParameters::TextureParameters(glw::GLuint textureBufferSize, glw::GLenum textureFormat, in TextureParameters() function in glcts::TextureParameters
91 std::vector<TextureParameters>* params) in addTextureParam()
93 TextureParameters texParam(size, format, uniformType, name); in addTextureParam()
194 * @return if TextureParameters for specific uniformType was found returns pointer to the element, otherwise return NULL
196 const TextureParameters* TextureBufferActiveUniformValidation::getParamsForType(glw::GLenum uniformType) const in getParamsForType()
265 const TextureParameters* param = getParamsForType(uniformType); in iterate()
512 void TextureBufferActiveUniformValidationVSFS::configureParams(std::vector<TextureParameters>* param
[all...]
/third_party/glslang/SPIRV/
H A DSpvBuilder.h545 struct TextureParameters { struct in spv::Builder
567 bool noImplicit, const TextureParameters&, ImageOperandsMask);
571 Id createTextureQueryCall(Op, const TextureParameters&, bool isUnsignedResult);
H A DSpvBuilder.cpp2884 bool noImplicitLod, const TextureParameters& parameters, ImageOperandsMask signExtensionMask) in createTextureCall()
3095 Id Builder::createTextureQueryCall(Op opCode, const TextureParameters& parameters, bool isUnsignedResult) in createTextureQueryCall()
H A DGlslangToSpv.cpp5772 spv::Builder::TextureParameters params = { }; in createImageTextureFunctionCall()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp550 struct TextureParameters struct in deqp::gles2::Functional::TextureUnitCase
573 vector<TextureParameters> m_textureParams;
639 TextureParameters params; in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp706 struct TextureParameters struct in deqp::gles3::Functional::TextureUnitCase
734 vector<TextureParameters> m_textureParams;
810 TextureParameters params; in init()

Completed in 28 milliseconds