Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprog_parameter.h65 PROGRAM_SAMPLER, /**< for shader samplers, compile-time only */ enumerator
Dprog_print.c68 case PROGRAM_SAMPLER: in _mesa_register_file_name()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4347 st_src_reg resource(is_image ? PROGRAM_IMAGE : PROGRAM_SAMPLER, 0, GLSL_TYPE_UINT); in handle_bound_deref()
4627 st_src_reg sampler(PROGRAM_SAMPLER, 0, GLSL_TYPE_UINT); in visit()
6255 if (inst->resource.file == PROGRAM_SAMPLER) { in compile_tgsi_instruction()