/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.constant_test.cpp | 392 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x1234})})}, 395 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x8000})})}, 398 MakeInstruction(SpvOpSpecConstant, {1, 2, 0xffff8000})})}, 401 MakeInstruction(SpvOpSpecConstant, {1, 2, uint32_t(-32)})})}, 405 MakeInstruction(SpvOpSpecConstant, {1, 2, 42})})}, 408 MakeInstruction(SpvOpSpecConstant, {1, 2, uint32_t(-32)})})}, 411 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x3f800000})})}, 414 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x41200000})})}, 418 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x1234, 0})})}, 421 MakeInstruction(SpvOpSpecConstant, {1, 2, 1, 0x00008000})})}, [all …]
|
/external/angle/third_party/spirv-tools/src/test/ |
D | text_to_binary.constant_test.cpp | 392 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x1234})})}, 395 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x8000})})}, 398 MakeInstruction(SpvOpSpecConstant, {1, 2, 0xffff8000})})}, 401 MakeInstruction(SpvOpSpecConstant, {1, 2, uint32_t(-32)})})}, 405 MakeInstruction(SpvOpSpecConstant, {1, 2, 42})})}, 408 MakeInstruction(SpvOpSpecConstant, {1, 2, uint32_t(-32)})})}, 411 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x3f800000})})}, 414 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x41200000})})}, 418 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x1234, 0})})}, 421 MakeInstruction(SpvOpSpecConstant, {1, 2, 1, 0x00008000})})}, [all …]
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.constant_test.cpp | 392 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x1234})})}, 395 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x8000})})}, 398 MakeInstruction(SpvOpSpecConstant, {1, 2, 0xffff8000})})}, 401 MakeInstruction(SpvOpSpecConstant, {1, 2, uint32_t(-32)})})}, 405 MakeInstruction(SpvOpSpecConstant, {1, 2, 42})})}, 408 MakeInstruction(SpvOpSpecConstant, {1, 2, uint32_t(-32)})})}, 411 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x3f800000})})}, 414 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x41200000})})}, 418 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x1234, 0})})}, 421 MakeInstruction(SpvOpSpecConstant, {1, 2, 1, 0x00008000})})}, [all …]
|
/external/mesa3d/src/compiler/spirv/ |
D | gl_spirv.c | 103 case SpvOpSpecConstant: in vtn_validate_handle_constant() 173 case SpvOpSpecConstant: in vtn_validate_handle_constant_instruction()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | freeze_spec_constant_value_pass.cpp | 26 case SpvOp::SpvOpSpecConstant: in Process()
|
D | set_spec_constant_default_value_pass.cpp | 117 case SpvOp::SpvOpSpecConstant: in CanHaveSpecIdDecoration() 279 case SpvOp::SpvOpSpecConstant: in Process()
|
D | type_manager.cpp | 720 if (length_constant_inst->opcode() == SpvOpSpecConstant) { in RecordIfTypeDefinition() 733 if ((opcode == SpvOpConstant) || (opcode == SpvOpSpecConstant)) { in RecordIfTypeDefinition()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | freeze_spec_constant_value_pass.cpp | 26 case SpvOp::SpvOpSpecConstant: in Process()
|
D | set_spec_constant_default_value_pass.cpp | 117 case SpvOp::SpvOpSpecConstant: in CanHaveSpecIdDecoration() 279 case SpvOp::SpvOpSpecConstant: in Process()
|
D | type_manager.cpp | 720 if (length_constant_inst->opcode() == SpvOpSpecConstant) { in RecordIfTypeDefinition() 733 if ((opcode == SpvOpConstant) || (opcode == SpvOpSpecConstant)) { in RecordIfTypeDefinition()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | freeze_spec_constant_value_pass.cpp | 26 case SpvOp::SpvOpSpecConstant: in Process()
|
D | set_spec_constant_default_value_pass.cpp | 117 case SpvOp::SpvOpSpecConstant: in CanHaveSpecIdDecoration() 279 case SpvOp::SpvOpSpecConstant: in Process()
|
D | type_manager.cpp | 720 if (length_constant_inst->opcode() == SpvOpSpecConstant) { in RecordIfTypeDefinition() 733 if ((opcode == SpvOpConstant) || (opcode == SpvOpSpecConstant)) { in RecordIfTypeDefinition()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 222 case SpvOpSpecConstant: in spvOpcodeIsSpecConstant() 241 case SpvOpSpecConstant: in spvOpcodeIsConstant() 258 case SpvOpSpecConstant: in spvOpcodeIsScalarSpecConstant()
|
/external/angle/third_party/spirv-tools/src/source/ |
D | opcode.cpp | 222 case SpvOpSpecConstant: in spvOpcodeIsSpecConstant() 241 case SpvOpSpecConstant: in spvOpcodeIsConstant() 258 case SpvOpSpecConstant: in spvOpcodeIsScalarSpecConstant()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 220 case SpvOpSpecConstant: in spvOpcodeIsSpecConstant() 239 case SpvOpSpecConstant: in spvOpcodeIsConstant() 256 case SpvOpSpecConstant: in spvOpcodeIsScalarSpecConstant()
|
/external/skia/src/sksl/ |
D | spirv.h | 619 SpvOpSpecConstant = 50, enumerator
|
/external/skqp/src/sksl/ |
D | spirv.h | 619 SpvOpSpecConstant = 50, enumerator
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 444 case SpvOpSpecConstant: in ConstantPass()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_constants.cpp | 444 case SpvOpSpecConstant: in ConstantPass()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 444 case SpvOpSpecConstant: in ConstantPass()
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 713 SpvOpSpecConstant = 50, enumerator
|
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/ |
D | spirv.h | 713 SpvOpSpecConstant = 50, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 713 SpvOpSpecConstant = 50, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.h | 713 SpvOpSpecConstant = 50, enumerator
|