Searched refs:loopCountDataType (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderLoopTests.cpp | 222 DataType loopCountDataType) in createGenericLoopCase() argument 257 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType); in createGenericLoopCase() 408 params.insert(pair<string, string>("LOOP_VAR_TYPE", getDataTypeName(loopCountDataType))); in createGenericLoopCase()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderLoopTests.cpp | 244 …pe loopType, LoopCountType loopCountType, Precision loopCountPrecision, DataType loopCountDataType) in createGenericLoopCase() argument 279 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType); in createGenericLoopCase() 427 params.insert(pair<string, string>("LOOP_VAR_TYPE", getDataTypeName(loopCountDataType))); in createGenericLoopCase()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderLoopTests.cpp | 276 …pe loopType, LoopCountType loopCountType, Precision loopCountPrecision, DataType loopCountDataType) in createGenericLoopCase() argument 307 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType); in createGenericLoopCase() 455 params.insert(pair<string, string>("LOOP_VAR_TYPE", getDataTypeName(loopCountDataType))); in createGenericLoopCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRenderLoopTests.cpp | 315 glu::DataType loopCountDataType) in createGenericLoopCase() argument 349 const bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType); in createGenericLoopCase() 518 …s.insert(std::pair<std::string, std::string>("LOOP_VAR_TYPE", getDataTypeName(loopCountDataType))); in createGenericLoopCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderLoopTests.cpp | 315 glu::DataType loopCountDataType) in createGenericLoopCase() argument 349 const bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType); in createGenericLoopCase() 518 …s.insert(std::pair<std::string, std::string>("LOOP_VAR_TYPE", getDataTypeName(loopCountDataType))); in createGenericLoopCase()
|