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

/xsrc/external/mit/MesaLib/dist/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
635 return SI_NUM_IMAGE_SLOTS / 2 + slot;
642 return SI_NUM_IMAGE_SLOTS - 1 - slot;
H A Dsi_shader_llvm_resources.c322 index = LLVMBuildSub(ctx->ac.builder, LLVMConstInt(ctx->ac.i32, SI_NUM_IMAGE_SLOTS - 1, 0),
328 LLVMConstInt(ctx->ac.i32, SI_NUM_IMAGE_SLOTS / 2, 0), "");
H A Dsi_descriptors.c2596 unsigned num_sampler_slots = SI_NUM_IMAGE_SLOTS / 2 + SI_NUM_SAMPLERS;
2640 for (j = 0; j < SI_NUM_IMAGE_SLOTS; j++)
2642 for (; j < SI_NUM_IMAGE_SLOTS + SI_NUM_SAMPLERS * 2; j++)

Completed in 12 milliseconds