HomeSort by: relevance | last modified time | path
    Searched refs:NIR_INTRINSIC_RANGE_BASE (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/src/compiler/nir/
nir_intrinsics_indices.h 126 nir_intrinsic_range_base(const nir_intrinsic_instr *instr) function
129 assert(info->index_map[NIR_INTRINSIC_RANGE_BASE] > 0);
130 return (unsigned)instr->const_index[info->index_map[NIR_INTRINSIC_RANGE_BASE] - 1];
137 assert(info->index_map[NIR_INTRINSIC_RANGE_BASE] > 0);
138 instr->const_index[info->index_map[NIR_INTRINSIC_RANGE_BASE] - 1] = val;
145 return info->index_map[NIR_INTRINSIC_RANGE_BASE] > 0;
nir_intrinsics.h 542 NIR_INTRINSIC_RANGE_BASE,
nir_intrinsics.c 5802 NIR_INTRINSIC_RANGE_BASE,
5809 [NIR_INTRINSIC_RANGE_BASE] = 4,

Completed in 16 milliseconds