/third_party/mesa3d/src/mesa/program/ |
D | programopt.c | 90 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()
|
D | prog_parameter_layout.c | 199 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()
|
D | prog_parameter.h | 58 PROGRAM_OUTPUT, /**< machine->Outputs[] */ enumerator
|
D | prog_print.c | 56 case PROGRAM_OUTPUT: in _mesa_register_file_name() 385 case PROGRAM_OUTPUT: in reg_string()
|
D | program_parse.y | 596 if ($$.File == PROGRAM_OUTPUT) { 821 set_dst_reg(& $$, PROGRAM_OUTPUT, $1); 843 set_dst_reg(& $$, PROGRAM_OUTPUT, s->output_binding); 2174 file == PROGRAM_OUTPUT);
|
D | prog_to_nir.c | 102 case PROGRAM_OUTPUT: in ptn_get_dest()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_program_interface_query.txt | 133 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 …]
|
D | ARB_enhanced_layouts.txt | 273 LOCATION_COMPONENT PROGRAM_INPUT, PROGRAM_OUTPUT 608 GetProgramResourceiv with a <programInterface> of PROGRAM_OUTPUT and
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_program_interface_query.txt | 143 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 …]
|
D | ARB_enhanced_layouts.txt | 283 LOCATION_COMPONENT PROGRAM_INPUT, PROGRAM_OUTPUT 618 GetProgramResourceiv with a <programInterface> of PROGRAM_OUTPUT and
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.program_interface_query.txt | 88 PROGRAM_OUTPUT program interfaces, respectively. Test groups array_size,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_blend_func_extended.txt | 138 LOCATION_INDEX_EXT PROGRAM_OUTPUT 165 PROGRAM_OUTPUT. The value -1 will be returned by either command if 259 GetProgramResourceLocationIndex(program, PROGRAM_OUTPUT, name);"
|
D | EXT_tessellation_shader.txt | 336 IS_PER_PATCH_EXT PROGRAM_INPUT, PROGRAM_OUTPUT
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_blend_func_extended.txt | 138 LOCATION_INDEX_EXT PROGRAM_OUTPUT 165 PROGRAM_OUTPUT. The value -1 will be returned by either command if 259 GetProgramResourceLocationIndex(program, PROGRAM_OUTPUT, name);"
|
D | EXT_tessellation_shader.txt | 336 IS_PER_PATCH_EXT PROGRAM_INPUT, PROGRAM_OUTPUT
|
/third_party/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 469 return make_ureg(PROGRAM_OUTPUT, output); in register_output()
|
/third_party/openGLES/extensions/NV/ |
D | NV_geometry_shader_passthrough.txt | 538 output primitive. Do they show up on the PROGRAM_OUTPUT interface for
|
D | NV_path_rendering.txt | 1133 UNIFORM, PROGRAM_INPUT, FRAGMENT_INPUT_NV, PROGRAM_OUTPUT interface, 1176 of UNIFORM, PROGRAM_INPUT, FRAGMENT_INPUT_NV, PROGRAM_OUTPUT,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_geometry_shader_passthrough.txt | 538 output primitive. Do they show up on the PROGRAM_OUTPUT interface for
|
D | NV_path_rendering.txt | 1133 UNIFORM, PROGRAM_INPUT, FRAGMENT_INPUT_NV, PROGRAM_OUTPUT interface, 1176 of UNIFORM, PROGRAM_INPUT, FRAGMENT_INPUT_NV, PROGRAM_OUTPUT,
|
/third_party/openGLES/extensions/OES/ |
D | OES_tessellation_shader.txt | 347 IS_PER_PATCH_OES PROGRAM_INPUT, PROGRAM_OUTPUT
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_tessellation_shader.txt | 337 IS_PER_PATCH_OES PROGRAM_INPUT, PROGRAM_OUTPUT
|