Home
last modified time | relevance | path

Searched refs:loopCountDataType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderLoopTests.cpp242 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 Des3fShaderLoopTests.cpp254 … 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 Des2fShaderLoopTests.cpp286 … 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 DvktShaderRenderLoopTests.cpp345 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()