Home
last modified time | relevance | path

Searched refs:samplers_and_images (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h68 struct ac_arg samplers_and_images; member
Dsi_shader_llvm_resources.c287 LLVMValueRef list = ac_get_arg(&ctx->ac, ctx->samplers_and_images); in si_nir_load_sampler_desc()
Dsi_state.h573 uint64_t *samplers_and_images);
Dsi_shader_llvm_ps.c878 ac_add_arg(&ctx->args, AC_ARG_SGPR, 1, AC_ARG_INT, &ctx->samplers_and_images); in si_llvm_build_ps_epilog()
Dsi_state_shaders.c2779 uint64_t *samplers_and_images) in si_get_active_slot_masks() argument
2807 *samplers_and_images = u_bit_consecutive64(start, num_images / 2 + num_samplers); in si_get_active_slot_masks()
Dsi_shader.c250 assign_params ? &ctx->samplers_and_images : &ctx->other_samplers_and_images); in declare_samplers_and_images()
Dgfx10_shader_ngg.c1215 ret = si_insert_input_ptr(ctx, ret, ctx->samplers_and_images, 8 + SI_SGPR_SAMPLERS_AND_IMAGES); in gfx10_emit_ngg_culling_epilogue()