Home
last modified time | relevance | path

Searched refs:m_varType (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp148 const glu::DataType m_varType; member in vkt::compute::__anon27876::ComputeBuiltinVarInstance
164 return new ComputeBuiltinVarInstance(context, m_subCases, m_varType, this, m_computePipelineConstructionType); in createInstance()
178 const glu::DataType m_varType; member in vkt::compute::__anon27876::ComputeBuiltinVarCase
190 , m_varType (varType) in ComputeBuiltinVarCase()
209 programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType, subCase.localSize(), m_readByComponent).c_str()); in initPrograms()
421 , m_varType (varType) in ComputeBuiltinVarInstance()
435 const int numScalars = glu::getDataTypeScalarSize(m_varType); in iterate()
439 switch (m_varType) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp145 const glu::DataType m_varType; member in vkt::compute::__anon29120::ComputeBuiltinVarInstance
156 return new ComputeBuiltinVarInstance(context, m_subCases, m_varType, this); in createInstance()
170 const glu::DataType m_varType; member in vkt::compute::__anon29120::ComputeBuiltinVarCase
181 , m_varType (varType) in ComputeBuiltinVarCase()
199 programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType, subCase.localSize(), m_readByComponent).c_str()); in initPrograms()
410 , m_varType (varType) in ComputeBuiltinVarInstance()
423 const int numScalars = glu::getDataTypeScalarSize(m_varType); in iterate()
427 switch (m_varType) in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fComputeShaderBuiltinVarTests.cpp106 const DataType m_varType; member in deqp::gles31::Functional::ComputeBuiltinVarCase
115 , m_varType (varType) in ComputeBuiltinVarCase()
165 ProgramSources() << ComputeSource(genBuiltinVarSource(m_varName, m_varType, localSize)))); in getProgram()
241 const int numScalars = getDataTypeScalarSize(m_varType); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderIndexingTests.cpp158 : m_varType(varType) in IndexingTestUniformSetup()
167 const DataType m_varType; member in vkt::sr::__anon28706::IndexingTestUniformSetup
182 if (m_varType == TYPE_FLOAT) in setup()
189 else if (m_varType == TYPE_FLOAT_VEC2) in setup()
196 else if (m_varType == TYPE_FLOAT_VEC3) in setup()
203 else if (m_varType == TYPE_FLOAT_VEC4) in setup()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderIndexingTests.cpp168 DataType m_varType; member in deqp::ShaderIndexingCase
177 m_varType = varType; in ShaderIndexingCase()
200 //int scalarSize = getDataTypeScalarSize(m_varType); in setupUniforms()
201 if (m_varType == TYPE_FLOAT) in setupUniforms()
210 else if (m_varType == TYPE_FLOAT_VEC2) in setupUniforms()
219 else if (m_varType == TYPE_FLOAT_VEC3) in setupUniforms()
228 else if (m_varType == TYPE_FLOAT_VEC4) in setupUniforms()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderIndexingTests.cpp149 DataType m_varType; member in deqp::gles3::Functional::ShaderIndexingCase
155 m_varType = varType; in ShaderIndexingCase()
178 //int scalarSize = getDataTypeScalarSize(m_varType); in setupUniforms()
179 if (m_varType == TYPE_FLOAT) in setupUniforms()
188 else if (m_varType == TYPE_FLOAT_VEC2) in setupUniforms()
197 else if (m_varType == TYPE_FLOAT_VEC3) in setupUniforms()
206 else if (m_varType == TYPE_FLOAT_VEC4) in setupUniforms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderIndexingTests.cpp158 : m_varType(varType) in IndexingTestUniformSetup()
167 const DataType m_varType; member in vkt::sr::__anon29855::IndexingTestUniformSetup
182 if (m_varType == TYPE_FLOAT) in setup()
189 else if (m_varType == TYPE_FLOAT_VEC2) in setup()
196 else if (m_varType == TYPE_FLOAT_VEC3) in setup()
203 else if (m_varType == TYPE_FLOAT_VEC4) in setup()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderIndexingTests.cpp162 DataType m_varType; member in deqp::gles2::Functional::ShaderIndexingCase
170 m_varType = varType; in ShaderIndexingCase()
212 //int scalarSize = getDataTypeScalarSize(m_varType); in setupUniforms()
213 if (m_varType == TYPE_FLOAT) in setupUniforms()
222 else if (m_varType == TYPE_FLOAT_VEC2) in setupUniforms()
231 else if (m_varType == TYPE_FLOAT_VEC3) in setupUniforms()
240 else if (m_varType == TYPE_FLOAT_VEC4) in setupUniforms()

Completed in 13 milliseconds