Searched refs:src_is_type (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_search.c | 56 src_is_type(nir_src src, nir_alu_type type) function in typeref:typename:bool 72 return src_is_type(src_alu->src[0].src, nir_type_bool) && 73 src_is_type(src_alu->src[1].src, nir_type_bool); 75 return src_is_type(src_alu->src[0].src, nir_type_bool); 303 !src_is_type(instr->src[src].src, var->type))
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_search.c | 73 src_is_type(nir_src src, nir_alu_type type) function in typeref:typename:bool 89 return src_is_type(src_alu->src[0].src, nir_type_bool) && 90 src_is_type(src_alu->src[1].src, nir_type_bool); 92 return src_is_type(src_alu->src[0].src, nir_type_bool); 321 !src_is_type(instr->src[src].src, var->type))
|
Completed in 7 milliseconds