Home
last modified time | relevance | path

Searched refs:VEC3 (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h84 VEC3 = 287, enumerator
Dglslang.l160 "vec3" { context->lexAfterType = true; return (VEC3); }
Dglslang.y163 %token <lex> BVEC2 BVEC3 BVEC4 IVEC2 IVEC3 IVEC4 VEC2 VEC3 VEC4 UVEC2 UVEC3 UVEC4
1106 | VEC3 {
Dglslang_lex.cpp1842 { context->lexAfterType = true; return (VEC3); }
/third_party/vk-gl-cts/framework/randomshaders/
DrsgToken.hpp80 VEC3, enumerator
DrsgVariableType.cpp225 case 3: str << Token::VEC3; break; in tokenizeShortType()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.h87 VEC3 = 288, enumerator
Dglslang.y164 %token <lex> BVEC2 BVEC3 BVEC4 IVEC2 IVEC3 IVEC4 VEC2 VEC3 VEC4 UVEC2 UVEC3 UVEC4
1029 | VEC3 {
Dglslang.l203 "vec3" { return VEC3; }
Dglslang_lex_autogen.cpp1474 YY_RULE_SETUP { return VEC3; }
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp88 VEC3 = 3, enumerator
118 …return static_cast<deUint32>((aggregation == AggregationType::VEC3) ? AggregationType::VEC4 : aggr… in effectiveComponents()
565 …UINT || m_params.typeSize != TypeSize::SIZE_32BIT || m_params.aggregation != AggregationType::VEC3) in getSpirVReplacements()
859 { AggregationType::VEC3, "vec3" }, in createTrinaryMinMaxGroup()
DvktSpvAsmInstructionTests.cpp18091 VEC3 = 3, enumerator
18497 load_funcs[VEC3] = loadV3F16FromUints; in createFloat16ArithmeticFuncTest()
18512 store_funcs[VEC3] = storeV3F16AsUints; in createFloat16ArithmeticFuncTest()
18815 …{ "OpVectorTimesMatrix", "2x3", 2, VEC2, VEC3, MAT2X3, 0, &getInputDataD, compareFP16ArithmeticFu… in createFloat16ArithmeticSet()
18817 …{ "OpVectorTimesMatrix", "3x2", 2, VEC3, VEC2, MAT3X2, 0, &getInputDataD, compareFP16ArithmeticFu… in createFloat16ArithmeticSet()
18818 …{ "OpVectorTimesMatrix", "3x3", 2, VEC3, VEC3, MAT3X3, 0, &getInputDataD, compareFP16ArithmeticFu… in createFloat16ArithmeticSet()
18819 …{ "OpVectorTimesMatrix", "3x4", 2, VEC3, VEC4, MAT3X4, 0, &getInputDataD, compareFP16ArithmeticFu… in createFloat16ArithmeticSet()
18821 …{ "OpVectorTimesMatrix", "4x3", 2, VEC4, VEC3, MAT4X3, 0, &getInputDataD, compareFP16ArithmeticFu… in createFloat16ArithmeticSet()
18824 …{ "OpMatrixTimesVector", "2x3", 2, VEC3, MAT2X3, VEC2, 0, &getInputDataD, compareFP16ArithmeticFu… in createFloat16ArithmeticSet()
18826 …{ "OpMatrixTimesVector", "3x2", 2, VEC2, MAT3X2, VEC3, 0, &getInputDataD, compareFP16ArithmeticFu… in createFloat16ArithmeticSet()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp88 VEC3 = 3, enumerator
118 …return static_cast<deUint32>((aggregation == AggregationType::VEC3) ? AggregationType::VEC4 : aggr… in effectiveComponents()
565 …UINT || m_params.typeSize != TypeSize::SIZE_32BIT || m_params.aggregation != AggregationType::VEC3) in getSpirVReplacements()
859 { AggregationType::VEC3, "vec3" }, in createTrinaryMinMaxGroup()
DvktSpvAsmInstructionTests.cpp18091 VEC3 = 3, enumerator
18497 load_funcs[VEC3] = loadV3F16FromUints; in createFloat16ArithmeticFuncTest()
18512 store_funcs[VEC3] = storeV3F16AsUints; in createFloat16ArithmeticFuncTest()
18815 …{ "OpVectorTimesMatrix", "2x3", 2, VEC2, VEC3, MAT2X3, 0, &getInputDataD, compareFP16ArithmeticFu… in createFloat16ArithmeticSet()
18817 …{ "OpVectorTimesMatrix", "3x2", 2, VEC3, VEC2, MAT3X2, 0, &getInputDataD, compareFP16ArithmeticFu… in createFloat16ArithmeticSet()
18818 …{ "OpVectorTimesMatrix", "3x3", 2, VEC3, VEC3, MAT3X3, 0, &getInputDataD, compareFP16ArithmeticFu… in createFloat16ArithmeticSet()
18819 …{ "OpVectorTimesMatrix", "3x4", 2, VEC3, VEC4, MAT3X4, 0, &getInputDataD, compareFP16ArithmeticFu… in createFloat16ArithmeticSet()
18821 …{ "OpVectorTimesMatrix", "4x3", 2, VEC4, VEC3, MAT4X3, 0, &getInputDataD, compareFP16ArithmeticFu… in createFloat16ArithmeticSet()
18824 …{ "OpMatrixTimesVector", "2x3", 2, VEC3, MAT2X3, VEC2, 0, &getInputDataD, compareFP16ArithmeticFu… in createFloat16ArithmeticSet()
18826 …{ "OpMatrixTimesVector", "3x2", 2, VEC2, MAT3X2, VEC3, 0, &getInputDataD, compareFP16ArithmeticFu… in createFloat16ArithmeticSet()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp63 VEC3, enumerator
938 { VecType::VEC3, { "vec3", ComponentType::FLOAT, 3, { "-3.0", "2.0", "5.0", "" } } }, in getVecData()
1040 { VecType::VEC4, VecType::VEC3, VecType::VEC2 }, // float in createInterfaceMatchingTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp63 VEC3, enumerator
938 { VecType::VEC3, { "vec3", ComponentType::FLOAT, 3, { "-3.0", "2.0", "5.0", "" } } }, in getVecData()
1040 { VecType::VEC4, VecType::VEC3, VecType::VEC2 }, // float in createInterfaceMatchingTests()
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h72 VEC3 = 273, /* VEC3 */ enumerator
DScan.cpp379 (*KeywordMap)["vec3"] = VEC3; in fillInKeywordMap()
994 case VEC3: in tokenizeIdentifier()
Dglslang.y129 %token <lex> VEC2 VEC3 VEC4
1799 | VEC3 {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp183 VEC3, enumerator
3691 VariableType::VEC3,
3745 VariableType::VEC3,
3765 VariableType::VEC3,
3785 VariableType::VEC3,
4533 case VariableType::VEC3: in getBaseType()
4941 case VariableType::VEC3: in getNComponents()
5209 case VariableType::VEC3: resultPtr = "vec3"; break; in getVariableTypeGLSLType()
5670 case VariableType::VEC3: in isMatrix()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp183 VEC3, enumerator
3691 VariableType::VEC3,
3745 VariableType::VEC3,
3765 VariableType::VEC3,
3785 VariableType::VEC3,
4533 case VariableType::VEC3: in getBaseType()
4941 case VariableType::VEC3: in getNComponents()
5209 case VariableType::VEC3: resultPtr = "vec3"; break; in getVariableTypeGLSLType()
5670 case VariableType::VEC3: in isMatrix()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderInOutTestsEXT.cpp100 VEC3 = 3, enumerator
175 return ((bitWidth == BitWidth::B64 && dataDim >= DataDim::VEC3) ? 2u : 1u); in getLocationSize()
1646 DataDim dataDimCases[] = { DataDim::SCALAR, DataDim::VEC2, DataDim::VEC3, DataDim::VEC4 }; in createMeshShaderInOutTestsEXT()
DvktMeshShaderMiscTests.cpp2952 VEC3 = 3, enumerator
3027 return ((bitWidth == BitWidth::B64 && dataDim >= DataDim::VEC3) ? 2u : 1u); in getLocationSize()
5146 DataDim dataDimCases[] = { DataDim::SCALAR, DataDim::VEC2, DataDim::VEC3, DataDim::VEC4 }; in createMeshShaderInOutTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderInOutTestsEXT.cpp100 VEC3 = 3, enumerator
175 return ((bitWidth == BitWidth::B64 && dataDim >= DataDim::VEC3) ? 2u : 1u); in getLocationSize()
1646 DataDim dataDimCases[] = { DataDim::SCALAR, DataDim::VEC2, DataDim::VEC3, DataDim::VEC4 }; in createMeshShaderInOutTestsEXT()
DvktMeshShaderMiscTests.cpp2952 VEC3 = 3, enumerator
3027 return ((bitWidth == BitWidth::B64 && dataDim >= DataDim::VEC3) ? 2u : 1u); in getLocationSize()
5146 DataDim dataDimCases[] = { DataDim::SCALAR, DataDim::VEC2, DataDim::VEC3, DataDim::VEC4 }; in createMeshShaderInOutTests()

12