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/
H A Dsi_state.h43 #define SI_NUM_IMAGE_SLOTS (SI_NUM_IMAGES * 2) /* the second half are FMASK slots */ macro
644 return SI_NUM_IMAGE_SLOTS / 2 + slot; in si_get_sampler_slot()
651 return SI_NUM_IMAGE_SLOTS - 1 - slot; in si_get_image_slot()
H A Dsi_shader_llvm_resources.c327 index = LLVMBuildSub(ctx->ac.builder, LLVMConstInt(ctx->ac.i32, SI_NUM_IMAGE_SLOTS - 1, 0), in si_nir_load_sampler_desc()
333 LLVMConstInt(ctx->ac.i32, SI_NUM_IMAGE_SLOTS / 2, 0), ""); in si_nir_load_sampler_desc()
H A Dsi_descriptors.c2717 unsigned num_sampler_slots = SI_NUM_IMAGE_SLOTS / 2 + SI_NUM_SAMPLERS; in si_init_all_descriptors()
2761 for (j = 0; j < SI_NUM_IMAGE_SLOTS; j++) in si_init_all_descriptors()
2763 for (; j < SI_NUM_IMAGE_SLOTS + SI_NUM_SAMPLERS * 2; j++) in si_init_all_descriptors()

Completed in 8 milliseconds