Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c108 static unsigned glsl_sampler_to_pipe(int sampler_dim, bool is_array) in glsl_sampler_to_pipe() function
1274 …params.target = glsl_sampler_to_pipe(glsl_get_sampler_dim(type), glsl_sampler_type_is_array(type)); in visit_load_image()
1308 …params.target = glsl_sampler_to_pipe(glsl_get_sampler_dim(type), glsl_sampler_type_is_array(type)); in visit_store_image()
1382 …params.target = glsl_sampler_to_pipe(glsl_get_sampler_dim(type), glsl_sampler_type_is_array(type)); in visit_atomic_image()
1420 …params.target = glsl_sampler_to_pipe(glsl_get_sampler_dim(type), glsl_sampler_type_is_array(type)); in visit_image_size()
1441 …params.target = glsl_sampler_to_pipe(glsl_get_sampler_dim(type), glsl_sampler_type_is_array(type)); in visit_image_samples()
1795 params.target = glsl_sampler_to_pipe(instr->sampler_dim, instr->is_array); in visit_txs()