Searched refs:SI_NUM_IMAGE_SLOTS (Results 1 – 3 of 3) sorted by relevance
43 #define SI_NUM_IMAGE_SLOTS (SI_NUM_IMAGES * 2) /* the second half are FMASK slots */ macro635 return SI_NUM_IMAGE_SLOTS / 2 + slot; in si_get_sampler_slot()642 return SI_NUM_IMAGE_SLOTS - 1 - slot; in si_get_image_slot()
322 index = LLVMBuildSub(ctx->ac.builder, LLVMConstInt(ctx->ac.i32, SI_NUM_IMAGE_SLOTS - 1, 0), in si_nir_load_sampler_desc()328 LLVMConstInt(ctx->ac.i32, SI_NUM_IMAGE_SLOTS / 2, 0), ""); in si_nir_load_sampler_desc()
2596 unsigned num_sampler_slots = SI_NUM_IMAGE_SLOTS / 2 + SI_NUM_SAMPLERS; in si_init_all_descriptors()2640 for (j = 0; j < SI_NUM_IMAGE_SLOTS; j++) in si_init_all_descriptors()2642 for (; j < SI_NUM_IMAGE_SLOTS + SI_NUM_SAMPLERS * 2; j++) in si_init_all_descriptors()