Searched refs:read_index (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state_validate.c141 unsigned read_index = pixel_y % grid_height * hw_grid_width; local in function:gm200_validate_sample_locations
143 read_index += pixel_x % grid_width;
144 read_index = read_index * ms + sample;
145 x = sample_locations[read_index][0];
146 y = sample_locations[read_index][1];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state_validate.c141 unsigned read_index = pixel_y % grid_height * hw_grid_width; local in function:gm200_validate_sample_locations
143 read_index += pixel_x % grid_width;
144 read_index = read_index * ms + sample;
145 x = sample_locations[read_index][0];
146 y = sample_locations[read_index][1];
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_find_array_copies.c421 unsigned write_index, unsigned read_index,
484 dst_node->first_src_read = MIN2(dst_node->first_src_read, read_index);
420 handle_write(nir_deref_instr * dst,nir_deref_instr * src,unsigned write_index,unsigned read_index,struct match_state * state) argument

Completed in 51 milliseconds