Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_parameter.h71 PROGRAM_IMAGE, /**< for shader images, compile-time only */ enumerator
Dprog_print.c80 case PROGRAM_IMAGE: in _mesa_register_file_name()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3839 st_src_reg image(PROGRAM_IMAGE, 0, GLSL_TYPE_UINT); in visit_image_intrinsic()
4267 st_src_reg resource(is_image ? PROGRAM_IMAGE : PROGRAM_SAMPLER, 0, GLSL_TYPE_UINT); in handle_bound_deref()
4819 } else if (inst->resource.file == PROGRAM_IMAGE) { in count_resources()
6233 if (inst->resource.file == PROGRAM_IMAGE) { in compile_tgsi_instruction()
6256 if (inst->resource.file == PROGRAM_IMAGE) { in compile_tgsi_instruction()