Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4267 st_src_reg resource(is_image ? PROGRAM_IMAGE : PROGRAM_SAMPLER, 0, GLSL_TYPE_UINT); in handle_bound_deref()
4547 st_src_reg sampler(PROGRAM_SAMPLER, 0, GLSL_TYPE_UINT); in visit()
6175 if (inst->resource.file == PROGRAM_SAMPLER) { in compile_tgsi_instruction()