Searched refs:PROGRAM_SAMPLER (Results 1 – 3 of 3) sorted by relevance
65 PROGRAM_SAMPLER, /**< for shader samplers, compile-time only */ enumerator
68 case PROGRAM_SAMPLER: in _mesa_register_file_name()
4347 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()