Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprogramopt.c96 newInst[i].SrcReg[1].File = PROGRAM_INPUT; in insert_mvp_dp4_code()
164 newInst[0].SrcReg[0].File = PROGRAM_INPUT; in insert_mvp_mad_code()
176 newInst[i].SrcReg[0].File = PROGRAM_INPUT; in insert_mvp_mad_code()
191 newInst[3].SrcReg[0].File = PROGRAM_INPUT; in insert_mvp_mad_code()
322 inst->SrcReg[0].File = PROGRAM_INPUT; in _mesa_append_fog_code()
347 inst->SrcReg[1].File = PROGRAM_INPUT; in _mesa_append_fog_code()
608 if (inst->SrcReg[j].File == PROGRAM_INPUT && in _mesa_program_fragment_position_to_sysval()
Dprog_parameter.h58 PROGRAM_INPUT, /**< machine->Inputs[] */ enumerator
Dprog_print.c56 case PROGRAM_INPUT: in _mesa_register_file_name()
396 case PROGRAM_INPUT: in reg_string()
Dprog_execute.c101 case PROGRAM_INPUT: in get_src_register_pointer()
233 if (source->File == PROGRAM_INPUT && in fetch_vector4_deriv()
304 inst->SrcReg[0].File == PROGRAM_INPUT && in fetch_texel()
Dprogram_parse.y765 set_src_reg(& $$, PROGRAM_INPUT, s->attrib_binding);
780 set_src_reg(& $$, PROGRAM_INPUT, $1);
Dprog_to_nir.c134 case PROGRAM_INPUT: { in ptn_get_src()
Dir_to_mesa.cpp1433 PROGRAM_INPUT, in visit()
/third_party/openGLES/extensions/ARB/
DARB_program_interface_query.txt142 PROGRAM_INPUT 0x92E3
252 * PROGRAM_INPUT corresponds to the set of active input variables used by
353 For the UNIFORM, PROGRAM_INPUT, PROGRAM_OUTPUT, and
358 For PROGRAM_INPUT and PROGRAM_OUTPUT interfaces for shaders that recieve
372 PROGRAM_INPUT, PROGRAM_OUTPUT interface, or in any of the subroutine
516 TYPE UNIFORM, PROGRAM_INPUT, PROGRAM_OUTPUT,
520 ARRAY_SIZE UNIFORM, BUFFER_VARIABLE, PROGRAM_INPUT,
547 BUFFER_VARIABLE, PROGRAM_INPUT,
552 BUFFER_VARIABLE, PROGRAM_INPUT,
557 BUFFER_VARIABLE, PROGRAM_INPUT,
[all …]
DARB_enhanced_layouts.txt283 LOCATION_COMPONENT PROGRAM_INPUT, PROGRAM_OUTPUT
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_program_interface_query.txt132 PROGRAM_INPUT 0x92E3
242 * PROGRAM_INPUT corresponds to the set of active input variables used by
343 For the UNIFORM, PROGRAM_INPUT, PROGRAM_OUTPUT, and
348 For PROGRAM_INPUT and PROGRAM_OUTPUT interfaces for shaders that recieve
362 PROGRAM_INPUT, PROGRAM_OUTPUT interface, or in any of the subroutine
506 TYPE UNIFORM, PROGRAM_INPUT, PROGRAM_OUTPUT,
510 ARRAY_SIZE UNIFORM, BUFFER_VARIABLE, PROGRAM_INPUT,
537 BUFFER_VARIABLE, PROGRAM_INPUT,
542 BUFFER_VARIABLE, PROGRAM_INPUT,
547 BUFFER_VARIABLE, PROGRAM_INPUT,
[all …]
DARB_enhanced_layouts.txt273 LOCATION_COMPONENT PROGRAM_INPUT, PROGRAM_OUTPUT
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.program_interface_query.txt87 program_input.* and program_output.* cases test PROGRAM_INPUT and
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c214 case PROGRAM_INPUT: in t_src_class()
260 if(src->File == PROGRAM_INPUT){ in t_src_index()
602 if (src[i].File == PROGRAM_INPUT) { in r200_translate_vertex_program()
/third_party/mesa3d/src/mesa/state_tracker/tests/
Dst_tests_common.cpp203 src_idx < 0 ? PROGRAM_INPUT : PROGRAM_TEMPORARY); in create_src_register()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2635 PROGRAM_INPUT, in visit()
2871 is_2D = (src.file == PROGRAM_INPUT || src.file == PROGRAM_OUTPUT) && in visit()
2875 is_2D = src.file == PROGRAM_INPUT && in visit()
2879 is_2D = src.file == PROGRAM_INPUT; in visit()
2890 src.file == PROGRAM_INPUT) in visit()
6105 case PROGRAM_INPUT: in translate_src()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c115 case PROGRAM_INPUT: in src_vector()
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c443 return make_ureg(PROGRAM_INPUT, input); in register_input()
/third_party/openGLES/extensions/NV/
DNV_path_rendering.txt1125 stage exists). (This may be different from PROGRAM_INPUT except
1133 UNIFORM, PROGRAM_INPUT, FRAGMENT_INPUT_NV, PROGRAM_OUTPUT interface,
1139 allow PROGRAM_INPUT. Specifically:
1176 of UNIFORM, PROGRAM_INPUT, FRAGMENT_INPUT_NV, PROGRAM_OUTPUT,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_path_rendering.txt1125 stage exists). (This may be different from PROGRAM_INPUT except
1133 UNIFORM, PROGRAM_INPUT, FRAGMENT_INPUT_NV, PROGRAM_OUTPUT interface,
1139 allow PROGRAM_INPUT. Specifically:
1176 of UNIFORM, PROGRAM_INPUT, FRAGMENT_INPUT_NV, PROGRAM_OUTPUT,
/third_party/openGLES/extensions/OES/
DOES_tessellation_shader.txt347 IS_PER_PATCH_OES PROGRAM_INPUT, PROGRAM_OUTPUT
/third_party/openGLES/extensions/EXT/
DEXT_tessellation_shader.txt336 IS_PER_PATCH_EXT PROGRAM_INPUT, PROGRAM_OUTPUT
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_tessellation_shader.txt337 IS_PER_PATCH_OES PROGRAM_INPUT, PROGRAM_OUTPUT
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_tessellation_shader.txt336 IS_PER_PATCH_EXT PROGRAM_INPUT, PROGRAM_OUTPUT