Searched refs:_2darray_size (Results 1 – 1 of 1) sorted by relevance
41 nir_intrinsic_instr *_2darray_size = in lower_cube_size() local43 nir_intrinsic_set_image_dim(_2darray_size, GLSL_SAMPLER_DIM_2D); in lower_cube_size()44 nir_intrinsic_set_image_array(_2darray_size, true); in lower_cube_size()45 nir_builder_instr_insert(b, &_2darray_size->instr); in lower_cube_size()47 nir_ssa_def *size = nir_instr_ssa_def(&_2darray_size->instr); in lower_cube_size()