Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp3510 struct SpecConstantValue struct
3539 SpecConstantValue (deInt8 v) : type(SC_INT8) , value(v) {} in SpecConstantValue() argument
3540 SpecConstantValue (deUint8 v) : type(SC_UINT8) , value(v) {} in SpecConstantValue() function
3541 SpecConstantValue (deInt16 v) : type(SC_INT16) , value(v) {} in SpecConstantValue() argument
3542 SpecConstantValue (deUint16 v) : type(SC_UINT16) , value(v) {} in SpecConstantValue() argument
3543 SpecConstantValue (deInt32 v) : type(SC_INT32) , value(v) {} in SpecConstantValue() argument
3544 SpecConstantValue (deUint32 v) : type(SC_UINT32) , value(v) {} in SpecConstantValue() function
3545 SpecConstantValue (deInt64 v) : type(SC_INT64) , value(v) {} in SpecConstantValue() function
3546 SpecConstantValue (deUint64 v) : type(SC_UINT64) , value(v) {} in SpecConstantValue() function
3547 SpecConstantValue (tcu::Float16 v) : type(SC_FLOAT16) , value(v) {} in SpecConstantValue() function
[all …]