Searched defs:isel_context (Results 1 – 1 of 1) sorted by relevance
55 struct isel_context { struct56 const struct radv_nir_compiler_options *options;57 struct radv_shader_args *args;58 Program *program;59 nir_shader *shader;60 uint32_t constant_data_offset;61 Block *block;62 uint32_t first_temp_id;63 std::unordered_map<unsigned, std::array<Temp,NIR_MAX_VEC_COMPONENTS>> allocated_vec;64 Stage stage;[all …]