Searched refs:SI_NUM_IMAGES (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_hw_context.c49 space += si_descriptor_list_cs_space(SI_NUM_IMAGES, 8);
H A Dsi_state.h40 #define SI_NUM_IMAGES 16 macro
H A Dsi_pipe.h160 struct pipe_image_view views[SI_NUM_IMAGES];
H A Dsi_descriptors.c607 for (i = 0; i < SI_NUM_IMAGES; ++i) {
776 assert(start_slot + count <= SI_NUM_IMAGES);
1911 SI_SGPR_IMAGES, 8, SI_NUM_IMAGES, local
H A Dsi_pipe.c637 return HAVE_LLVM >= 0x0309 ? SI_NUM_IMAGES : 0;
H A Dsi_shader.c3523 SI_NUM_IMAGES);
5634 params[SI_PARAM_IMAGES] = const_array(ctx->v8i32, SI_NUM_IMAGES);

Completed in 182 milliseconds