Searched refs:val_idp (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | convert_to_half_pass.cpp | 95 void ConvertToHalfPass::GenConvert(uint32_t* val_idp, uint32_t width, in GenConvert() argument 97 Instruction* val_inst = get_def_use_mgr()->GetDef(*val_idp); in GenConvert() 108 cvt_inst = builder.AddUnaryOp(nty_id, SpvOpFConvert, *val_idp); in GenConvert() 109 *val_idp = cvt_inst->result_id(); in GenConvert()
|
D | convert_to_half_pass.h | 74 void GenConvert(uint32_t* val_idp, uint32_t width, Instruction* inst);
|
/third_party/spirv-tools/source/opt/ |
D | convert_to_half_pass.cpp | 95 void ConvertToHalfPass::GenConvert(uint32_t* val_idp, uint32_t width, in GenConvert() argument 97 Instruction* val_inst = get_def_use_mgr()->GetDef(*val_idp); in GenConvert() 108 cvt_inst = builder.AddUnaryOp(nty_id, SpvOpFConvert, *val_idp); in GenConvert() 109 *val_idp = cvt_inst->result_id(); in GenConvert()
|
D | convert_to_half_pass.h | 74 void GenConvert(uint32_t* val_idp, uint32_t width, Instruction* inst);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | convert_to_half_pass.cpp | 95 void ConvertToHalfPass::GenConvert(uint32_t* val_idp, uint32_t width, in GenConvert() argument 97 Instruction* val_inst = get_def_use_mgr()->GetDef(*val_idp); in GenConvert() 108 cvt_inst = builder.AddUnaryOp(nty_id, SpvOpFConvert, *val_idp); in GenConvert() 109 *val_idp = cvt_inst->result_id(); in GenConvert()
|
D | convert_to_half_pass.h | 74 void GenConvert(uint32_t* val_idp, uint32_t width, Instruction* inst);
|