Searched refs:loopCountDataType (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcShaderLoopTests.cpp | 242 DataType loopCountDataType) in createGenericLoopCase() argument 277 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType); in createGenericLoopCase() 428 params.insert(pair<string, string>("LOOP_VAR_TYPE", getDataTypeName(loopCountDataType))); in createGenericLoopCase()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderLoopTests.cpp | 254 … Precision loopCountPrecision, DataType loopCountDataType) in createGenericLoopCase() argument 289 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType); in createGenericLoopCase() 437 params.insert(pair<string, string>("LOOP_VAR_TYPE", getDataTypeName(loopCountDataType))); in createGenericLoopCase()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderLoopTests.cpp | 286 … Precision loopCountPrecision, DataType loopCountDataType) in createGenericLoopCase() argument 317 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType); in createGenericLoopCase() 465 params.insert(pair<string, string>("LOOP_VAR_TYPE", getDataTypeName(loopCountDataType))); in createGenericLoopCase()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderLoopTests.cpp | 345 glu::DataType loopCountDataType) in createGenericLoopCase() argument 379 const bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType); in createGenericLoopCase() 549 …s.insert(std::pair<std::string, std::string>("LOOP_VAR_TYPE", getDataTypeName(loopCountDataType))); in createGenericLoopCase()
|