Home
last modified time | relevance | path

Searched refs:PROGRAM_OUTPUT (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/mesa/program/
Dprogramopt.c90 newInst[i].DstReg.File = PROGRAM_OUTPUT; in insert_mvp_dp4_code()
188 newInst[3].DstReg.File = PROGRAM_OUTPUT; in insert_mvp_mad_code()
300 if (inst->DstReg.File == PROGRAM_OUTPUT && in _mesa_append_fog_code()
379 inst->DstReg.File = PROGRAM_OUTPUT; in _mesa_append_fog_code()
394 inst->DstReg.File = PROGRAM_OUTPUT; in _mesa_append_fog_code()
515 assert(type == PROGRAM_OUTPUT); in _mesa_remove_output_reads()
Dprog_parameter_layout.c199 inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT || in _mesa_layout_parameters()
236 inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT || in _mesa_layout_parameters()
273 inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT || in _mesa_layout_parameters()
Dprog_parameter.h59 PROGRAM_OUTPUT, /**< machine->Outputs[] */ enumerator
Dprog_print.c58 case PROGRAM_OUTPUT: in _mesa_register_file_name()
399 case PROGRAM_OUTPUT: in reg_string()
Dprogram_parse.y596 if ($$.File == PROGRAM_OUTPUT) {
821 set_dst_reg(& $$, PROGRAM_OUTPUT, $1);
843 set_dst_reg(& $$, PROGRAM_OUTPUT, s->output_binding);
2179 file == PROGRAM_OUTPUT);
Dprog_execute.c113 case PROGRAM_OUTPUT: in get_src_register_pointer()
167 case PROGRAM_OUTPUT: in get_dst_register_pointer()
Dir_to_mesa.cpp1439 PROGRAM_OUTPUT, in visit()
2763 } else if (inst->dst.file == PROGRAM_OUTPUT && in copy_propagate()
2773 if (acp[4 * r + c]->src[0].file == PROGRAM_OUTPUT) in copy_propagate()
2778 inst->dst.file == PROGRAM_OUTPUT) { in copy_propagate()
Dprog_optimize.c1269 if (inst->DstReg.File == PROGRAM_OUTPUT) { in _mesa_simplify_cmp()
Dprog_to_nir.c100 case PROGRAM_OUTPUT: in ptn_get_dest()
/third_party/mesa3d/src/mesa/state_tracker/tests/
Dst_tests_common.cpp314 file = PROGRAM_OUTPUT; in create_src_register()
346 file = PROGRAM_OUTPUT; in create_dst_register()
355 PROGRAM_OUTPUT : PROGRAM_TEMPORARY); in create_dst_register()
386 file = PROGRAM_OUTPUT; in create_dst_register()
/third_party/openGLES/extensions/ARB/
DARB_program_interface_query.txt143 PROGRAM_OUTPUT 0x92E4
257 * PROGRAM_OUTPUT corresponds to the set of active output variables
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,
521 PROGRAM_OUTPUT, VERTEX_SUBROUTINE_
548 PROGRAM_OUTPUT
553 PROGRAM_OUTPUT
558 PROGRAM_OUTPUT
[all …]
DARB_enhanced_layouts.txt283 LOCATION_COMPONENT PROGRAM_INPUT, PROGRAM_OUTPUT
618 GetProgramResourceiv with a <programInterface> of PROGRAM_OUTPUT and
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_program_interface_query.txt133 PROGRAM_OUTPUT 0x92E4
247 * PROGRAM_OUTPUT corresponds to the set of active output variables
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,
511 PROGRAM_OUTPUT, VERTEX_SUBROUTINE_
538 PROGRAM_OUTPUT
543 PROGRAM_OUTPUT
548 PROGRAM_OUTPUT
[all …]
DARB_enhanced_layouts.txt273 LOCATION_COMPONENT PROGRAM_INPUT, PROGRAM_OUTPUT
608 GetProgramResourceiv with a <programInterface> of PROGRAM_OUTPUT and
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.program_interface_query.txt88 PROGRAM_OUTPUT program interfaces, respectively. Test groups array_size,
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp630 if (!dst_is_64bit[j] && inst->dst[j].file == PROGRAM_OUTPUT && in emit_asm()
2688 st_src_reg src = st_src_reg(PROGRAM_OUTPUT, decl->mesa_index, in visit()
2695 PROGRAM_OUTPUT, in visit()
2871 is_2D = (src.file == PROGRAM_INPUT || src.file == PROGRAM_OUTPUT) && in visit()
3149 if (l_src.file == PROGRAM_OUTPUT && in emit_block_mov()
4982 if (inst->dst[0].file == PROGRAM_OUTPUT) { in simplify_cmp()
5328 } else if (inst->dst[d].file == PROGRAM_OUTPUT && in copy_propagate()
5338 if (acp[4 * r + c]->src[0].file == PROGRAM_OUTPUT) in copy_propagate()
5343 inst->dst[d].file == PROGRAM_OUTPUT) { in copy_propagate()
5381 (inst->src[0].file != PROGRAM_OUTPUT || in copy_propagate()
[all …]
Dst_program.c597 _mesa_remove_output_reads(&stp->Base, PROGRAM_OUTPUT); in st_translate_vertex_program()
1015 _mesa_remove_output_reads(&stfp->Base, PROGRAM_OUTPUT); in st_translate_fragment_program()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c167 case PROGRAM_OUTPUT: in src_vector()
219 case PROGRAM_OUTPUT: in get_result_vector()
/third_party/openGLES/extensions/EXT/
DEXT_blend_func_extended.txt138 LOCATION_INDEX_EXT PROGRAM_OUTPUT
165 PROGRAM_OUTPUT. The value -1 will be returned by either command if
259 GetProgramResourceLocationIndex(program, PROGRAM_OUTPUT, name);"
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEXT_blend_func_extended.txt135 LOCATION_INDEX_EXT PROGRAM_OUTPUT
162 PROGRAM_OUTPUT. The value -1 will be returned by either command if
256 GetProgramResourceLocationIndex(program, PROGRAM_OUTPUT, name);"
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_blend_func_extended.txt138 LOCATION_INDEX_EXT PROGRAM_OUTPUT
165 PROGRAM_OUTPUT. The value -1 will be returned by either command if
259 GetProgramResourceLocationIndex(program, PROGRAM_OUTPUT, name);"
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c171 case PROGRAM_OUTPUT: in t_dst()
683 if (dst.File == PROGRAM_OUTPUT && in r200_translate_vertex_program()
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c457 return make_ureg(PROGRAM_OUTPUT, output); in register_output()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_geometry_shader_passthrough.txt538 output primitive. Do they show up on the PROGRAM_OUTPUT interface for
/third_party/openGLES/extensions/NV/
DNV_geometry_shader_passthrough.txt538 output primitive. Do they show up on the PROGRAM_OUTPUT interface for

12