Searched refs:SI_NUM_IMAGES (Results 1 – 6 of 6) sorted by relevance
38 #define SI_NUM_IMAGES 16 macro39 #define SI_NUM_IMAGE_SLOTS (SI_NUM_IMAGES * 2) /* the second half are FMASK slots */
290 LLVMBuildAdd(ctx->ac.builder, index, LLVMConstInt(ctx->ac.i32, SI_NUM_IMAGES, 0), ""); in si_nir_load_sampler_desc()
418 return SI_NUM_IMAGES; in si_get_shader_param()
621 for (i = 0; i < SI_NUM_IMAGES; ++i) { in si_release_image_views()772 descs->list + si_get_image_slot(slot + SI_NUM_IMAGES) * 8); in si_set_shader_image()816 assert(start_slot + count <= SI_NUM_IMAGES); in si_set_shader_images()
693 struct pipe_image_view views[SI_NUM_IMAGES];
2619 num_images = SI_NUM_IMAGES + num_msaa_images; /* add FMASK descriptors */ in si_get_active_slot_masks()