Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h71 struct ac_arg samplers_and_images; member
Dsi_shader_llvm_resources.c262 LLVMValueRef list = ac_get_arg(&ctx->ac, ctx->samplers_and_images); in si_nir_load_sampler_desc()
Dsi_state.h576 uint64_t *samplers_and_images);
Dsi_shader_llvm_ps.c882 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.c2594 uint64_t *samplers_and_images) in si_get_active_slot_masks() argument
2622 *samplers_and_images = u_bit_consecutive64(start, num_images / 2 + num_samplers); in si_get_active_slot_masks()
Dgfx10_shader_ngg.c1127 ret = si_insert_input_ptr(ctx, ret, ctx->samplers_and_images, 8 + SI_SGPR_SAMPLERS_AND_IMAGES); in gfx10_emit_ngg_culling_epilogue()
Dsi_shader.c244 assign_params ? &ctx->samplers_and_images : &ctx->other_samplers_and_images); in declare_samplers_and_images()