Searched defs:SpecConstantValue (Results 1 – 2 of 2) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmInstructionTests.cpp | 3572 struct SpecConstantValue struct 3574 SpecConstantType type; 3575 union ValueUnion { 3599 } value; 3601 SpecConstantValue (deInt8 v) : type(SC_INT8) , value(v) {} in SpecConstantValue() function 3602 SpecConstantValue (deUint8 v) : type(SC_UINT8) , value(v) {} in SpecConstantValue() argument 3603 SpecConstantValue (deInt16 v) : type(SC_INT16) , value(v) {} in SpecConstantValue() argument 3604 SpecConstantValue (deUint16 v) : type(SC_UINT16) , value(v) {} in SpecConstantValue() argument 3605 SpecConstantValue (deInt32 v) : type(SC_INT32) , value(v) {} in SpecConstantValue() argument 3606 SpecConstantValue (deUint32 v) : type(SC_UINT32) , value(v) {} in SpecConstantValue() argument [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| D | vktSpvAsmInstructionTests.cpp | 3570 struct SpecConstantValue struct 3572 SpecConstantType type; 3573 union ValueUnion { 3597 } value; 3599 SpecConstantValue (deInt8 v) : type(SC_INT8) , value(v) {} in SpecConstantValue() argument 3600 SpecConstantValue (deUint8 v) : type(SC_UINT8) , value(v) {} in SpecConstantValue() function 3601 SpecConstantValue (deInt16 v) : type(SC_INT16) , value(v) {} in SpecConstantValue() function 3602 SpecConstantValue (deUint16 v) : type(SC_UINT16) , value(v) {} in SpecConstantValue() function 3603 SpecConstantValue (deInt32 v) : type(SC_INT32) , value(v) {} in SpecConstantValue() argument 3604 SpecConstantValue (deUint32 v) : type(SC_UINT32) , value(v) {} in SpecConstantValue() argument [all …]
|