Home
last modified time | relevance | path

Searched refs:SI_NUM_IMAGE_SLOTS (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h43 #define SI_NUM_IMAGE_SLOTS (SI_NUM_IMAGES * 2) /* the second half are FMASK slots */ macro
635 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()
Dsi_shader_llvm_resources.c322 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()
Dsi_descriptors.c2596 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()