Home
last modified time | relevance | path

Searched defs:SpecConstantValue (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp3570 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() argument
3601 SpecConstantValue (deInt16 v) : type(SC_INT16) , value(v) {} in SpecConstantValue() argument
3602 SpecConstantValue (deUint16 v) : type(SC_UINT16) , value(v) {} in SpecConstantValue() function
3603 SpecConstantValue (deInt32 v) : type(SC_INT32) , value(v) {} in SpecConstantValue() function
3604 SpecConstantValue (deUint32 v) : type(SC_UINT32) , value(v) {} in SpecConstantValue() function
[all …]