Searched refs:cvt_inst (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | convert_to_half_pass.cpp | 101 Instruction* cvt_inst; in GenConvert() local 106 cvt_inst = builder.AddNullaryOp(nty_id, SpvOpUndef); in GenConvert() 108 cvt_inst = builder.AddUnaryOp(nty_id, SpvOpFConvert, *val_idp); in GenConvert() 109 *val_idp = cvt_inst->result_id(); in GenConvert() 134 Instruction* cvt_inst = in MatConvertCleanup() local 136 opnds.push_back({SPV_OPERAND_TYPE_ID, {cvt_inst->result_id()}}); in MatConvertCleanup()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | convert_to_half_pass.cpp | 101 Instruction* cvt_inst; in GenConvert() local 106 cvt_inst = builder.AddNullaryOp(nty_id, SpvOpUndef); in GenConvert() 108 cvt_inst = builder.AddUnaryOp(nty_id, SpvOpFConvert, *val_idp); in GenConvert() 109 *val_idp = cvt_inst->result_id(); in GenConvert() 134 Instruction* cvt_inst = in MatConvertCleanup() local 136 opnds.push_back({SPV_OPERAND_TYPE_ID, {cvt_inst->result_id()}}); in MatConvertCleanup()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | convert_to_half_pass.cpp | 101 Instruction* cvt_inst; in GenConvert() local 106 cvt_inst = builder.AddNullaryOp(nty_id, SpvOpUndef); in GenConvert() 108 cvt_inst = builder.AddUnaryOp(nty_id, SpvOpFConvert, *val_idp); in GenConvert() 109 *val_idp = cvt_inst->result_id(); in GenConvert() 134 Instruction* cvt_inst = in MatConvertCleanup() local 136 opnds.push_back({SPV_OPERAND_TYPE_ID, {cvt_inst->result_id()}}); in MatConvertCleanup()
|