Searched refs:nty_id (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | convert_to_half_pass.cpp | 99 uint32_t nty_id = EquivFloatTypeId(ty_id, width); in GenConvert() local 100 if (nty_id == ty_id) return; in GenConvert() 106 cvt_inst = builder.AddNullaryOp(nty_id, SpvOpUndef); in GenConvert() 108 cvt_inst = builder.AddUnaryOp(nty_id, SpvOpFConvert, *val_idp); in GenConvert()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | convert_to_half_pass.cpp | 99 uint32_t nty_id = EquivFloatTypeId(ty_id, width); in GenConvert() local 100 if (nty_id == ty_id) return; in GenConvert() 106 cvt_inst = builder.AddNullaryOp(nty_id, SpvOpUndef); in GenConvert() 108 cvt_inst = builder.AddUnaryOp(nty_id, SpvOpFConvert, *val_idp); in GenConvert()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | convert_to_half_pass.cpp | 99 uint32_t nty_id = EquivFloatTypeId(ty_id, width); in GenConvert() local 100 if (nty_id == ty_id) return; in GenConvert() 106 cvt_inst = builder.AddNullaryOp(nty_id, SpvOpUndef); in GenConvert() 108 cvt_inst = builder.AddUnaryOp(nty_id, SpvOpFConvert, *val_idp); in GenConvert()
|