Home
last modified time | relevance | path

Searched refs:floatTypes (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp1227 const char floatTypes[] = in addCompute16bitStorageUniform16To32Group() local
1280 specs["types"] = floatTypes; in addCompute16bitStorageUniform16To32Group()
1771 const char floatTypes[] = in addCompute16bitStoragePushConstant16To32Group() local
1826 specs["types"] = floatTypes; in addCompute16bitStoragePushConstant16To32Group()
2392 const char floatTypes[] = in addCompute16bitStorageUniform32To16Group() local
2458 specs["types"] = floatTypes; in addCompute16bitStorageUniform32To16Group()
7482 const char floatTypes[] = in addCompute16bitStorageUniform64To16Group() local
7545 specs["types"] = floatTypes; in addCompute16bitStorageUniform64To16Group()
8206 const char floatTypes[] = in addCompute16bitStorageUniform16To64Group() local
8270 specs["types"] = floatTypes; in addCompute16bitStorageUniform16To64Group()
[all …]
/external/angle/src/tests/gl_tests/
DCopyTexture3DTest.cpp781 std::vector<GLenum> floatTypes = {GL_FLOAT, GL_HALF_FLOAT, GL_UNSIGNED_INT_10F_11F_11F_REV, in testFloatFormats() local
786 for (GLenum floatType : floatTypes) in testFloatFormats()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp2209 static const char *floatTypes[] = { in initialize() local
2243 for (size_t j = 0; j < sizeof(floatTypes)/sizeof(floatTypes[0]); ++j) { in initialize()
2244 snprintf(buf, bufSize, op, floatTypes[j], floatTypes[j]); in initialize()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DInitialize.cpp2209 static const char *floatTypes[] = { in initialize() local
2243 for (size_t j = 0; j < sizeof(floatTypes)/sizeof(floatTypes[0]); ++j) { in initialize()
2244 snprintf(buf, bufSize, op, floatTypes[j], floatTypes[j]); in initialize()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp1596 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, boo… in addFunctionCases() argument
1612 if ((!floatTypes && scalarType == glu::TYPE_FLOAT) || in addFunctionCases()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1983 static const DataType floatTypes[] = in init() local
2218 types[i] = isFloat ? floatTypes[typeArrayNdx] in init()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1995 static const DataType floatTypes[] = in init() local
2263 types[i] = isFloat ? floatTypes[typeArrayNdx] in init()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp2083 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, boo… in addFunctionCases() argument
2099 if ((!floatTypes && scalarType == glu::TYPE_FLOAT) || in addFunctionCases()