Searched refs:floatTypes (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm16bitStorageTests.cpp | 1227 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 …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | CopyTexture3DTest.cpp | 684 std::vector<GLenum> floatTypes = {GL_FLOAT, GL_HALF_FLOAT, GL_UNSIGNED_INT_10F_11F_11F_REV, in TEST_P() local 687 for (GLenum floatType : floatTypes) in TEST_P() 1417 std::vector<GLenum> floatTypes = {GL_FLOAT, GL_HALF_FLOAT, GL_UNSIGNED_INT_10F_11F_11F_REV, in TEST_P() local 1420 for (GLenum floatType : floatTypes) in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | CopyTexture3DTest.cpp | 770 std::vector<GLenum> floatTypes = {GL_FLOAT, GL_HALF_FLOAT, GL_UNSIGNED_INT_10F_11F_11F_REV, in testFloatFormats() local 775 for (GLenum floatType : floatTypes) in testFloatFormats()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 1911 static const char *floatTypes[] = { in initialize() local 1945 for (size_t j = 0; j < sizeof(floatTypes)/sizeof(floatTypes[0]); ++j) { in initialize() 1946 snprintf(buf, bufSize, op, floatTypes[j], floatTypes[j]); in initialize()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 1596 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, boo… in addFunctionCases() argument 1612 if ((!floatTypes && scalarType == glu::TYPE_FLOAT) || in addFunctionCases()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1983 static const DataType floatTypes[] = in init() local 2218 types[i] = isFloat ? floatTypes[typeArrayNdx] in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1995 static const DataType floatTypes[] = in init() local 2263 types[i] = isFloat ? floatTypes[typeArrayNdx] in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 2083 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, boo… in addFunctionCases() argument 2099 if ((!floatTypes && scalarType == glu::TYPE_FLOAT) || in addFunctionCases()
|