Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp99 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/
Dconvert_to_half_pass.cpp99 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/
Dconvert_to_half_pass.cpp99 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()