Searched refs:floatTypes (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A 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() 7484 const char floatTypes[] = in addCompute16bitStorageUniform64To16Group() local 7547 specs["types"] = floatTypes; in addCompute16bitStorageUniform64To16Group() 8210 const char floatTypes[] = in addCompute16bitStorageUniform16To64Group() local 8274 specs["types"] = floatTypes; in addCompute16bitStorageUniform16To64Group() 8438 const char floatTypes[] = addCompute16bitStoragePushConstant16To64Group() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A 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() 8434 const char floatTypes[] = addCompute16bitStoragePushConstant16To64Group() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A 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/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 1596 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes) in addFunctionCases() argument 1612 if ((!floatTypes && scalarType == glu::TYPE_FLOAT) || in addFunctionCases()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderOperatorTests.cpp | 1995 static const DataType floatTypes[] = 2263 types[i] = isFloat ? floatTypes[typeArrayNdx]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 2083 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, deUint32 shaderBits) 2099 if ((!floatTypes && scalarType == glu::TYPE_FLOAT) ||
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderOperatorTests.cpp | 1983 static const DataType floatTypes[] = 2218 types[i] = isFloat ? floatTypes[typeArrayNdx]
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Initialize.cpp | 2166 static const char *floatTypes[] = { in initialize() local 2200 for (size_t j = 0; j < sizeof(floatTypes)/sizeof(floatTypes[0]); ++j) { in initialize() 2201 snprintf(buf, bufSize, op, floatTypes[j], floatTypes[j]); in initialize()
|
Completed in 49 milliseconds