Searched refs:samplers_and_images (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h68 struct ac_arg samplers_and_images; member in struct:si_shader_context
H A Dsi_shader_llvm_resources.c287 LLVMValueRef list = ac_get_arg(&ctx->ac, ctx->samplers_and_images);
H A Dsi_state.h573 uint64_t *samplers_and_images);
H A Dsi_shader_llvm_ps.c878 ac_add_arg(&ctx->args, AC_ARG_SGPR, 1, AC_ARG_INT, &ctx->samplers_and_images);
H A Dsi_shader.c250 assign_params ? &ctx->samplers_and_images : &ctx->other_samplers_and_images);
H A Dsi_state_shaders.c2779 uint64_t *samplers_and_images)
2807 *samplers_and_images = u_bit_consecutive64(start, num_images / 2 + num_samplers);
2778 si_get_active_slot_masks(const struct si_shader_info * info,uint64_t * const_and_shader_buffers,uint64_t * samplers_and_images) argument
H A Dgfx10_shader_ngg.c1215 ret = si_insert_input_ptr(ctx, ret, ctx->samplers_and_images, 8 + SI_SGPR_SAMPLERS_AND_IMAGES);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h545 uint64_t *samplers_and_images);
H A Dsi_state_shaders.c2197 uint64_t *samplers_and_images)
2214 *samplers_and_images =
2195 si_get_active_slot_masks(const struct tgsi_shader_info * info,uint32_t * const_and_shader_buffers,uint64_t * samplers_and_images) argument
H A Dsi_shader.c4475 unsigned samplers_and_images = local in function:declare_samplers_and_images
4480 ctx->param_samplers_and_images = samplers_and_images;

Completed in 57 milliseconds