/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_point_sprite.c | 42 #define INVALID_INDEX 9999 macro 190 if (ts->point_size_out != INVALID_INDEX) in psprite_prolog() 195 assert(ts->point_pos_out != INVALID_INDEX); in psprite_prolog() 197 ts->out_tmp_index[ts->point_pos_out] = INVALID_INDEX; in psprite_prolog() 269 if (ts->point_size_out == INVALID_INDEX) { in psprite_prolog() 302 if (ts->point_pos_sout != INVALID_INDEX) { in psprite_emit_vertex_inst() 364 if (ts->out_tmp_index[j] != INVALID_INDEX) { in psprite_emit_vertex_inst() 541 transform.point_size_in = INVALID_INDEX; in tgsi_add_point_sprite() 542 transform.point_size_out = INVALID_INDEX; in tgsi_add_point_sprite() 543 transform.point_size_tmp = INVALID_INDEX; in tgsi_add_point_sprite() [all …]
|
D | tgsi_two_side.c | 47 #define INVALID_INDEX 9999 macro 108 if (ts->front_color_input[i] != INVALID_INDEX) { in emit_prolog() 133 if (ts->face_input == INVALID_INDEX) { in emit_prolog() 149 if (ts->front_color_input[i] != INVALID_INDEX) { in emit_prolog() 211 transform.face_input = INVALID_INDEX; in tgsi_add_two_side() 212 transform.front_color_input[0] = INVALID_INDEX; in tgsi_add_two_side() 213 transform.front_color_input[1] = INVALID_INDEX; in tgsi_add_two_side() 216 transform.back_color_input[0] = INVALID_INDEX; in tgsi_add_two_side() 217 transform.back_color_input[1] = INVALID_INDEX; in tgsi_add_two_side()
|
D | tgsi_aa_point.c | 37 #define INVALID_INDEX 9999 macro 246 assert(ts->color_out != INVALID_INDEX); in aa_epilog() 247 assert(ts->color_tmp != INVALID_INDEX); in aa_epilog() 297 transform.tmp = INVALID_INDEX; in tgsi_add_aa_point() 298 transform.color_out = INVALID_INDEX; in tgsi_add_aa_point() 299 transform.color_tmp = INVALID_INDEX; in tgsi_add_aa_point()
|
D | tgsi_dynamic_indexing.c | 116 unsigned INVALID_INDEX = 99999; in remove_dynamic_indexes() local 117 unsigned file = TGSI_FILE_NULL, index = INVALID_INDEX; in remove_dynamic_indexes() 118 unsigned imm_swz_index = INVALID_INDEX; in remove_dynamic_indexes()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_link.c | 33 #define INVALID_INDEX 255 macro 50 linkage->input_map[i] = INVALID_INDEX; in svga_link_shaders() 54 linkage->prevShader.output_map[i] = INVALID_INDEX; in svga_link_shaders() 118 if (linkage->input_map[i] == INVALID_INDEX) { in svga_link_shaders() 138 assert(linkage->input_map[i] != INVALID_INDEX); in svga_link_shaders()
|
D | svga_tgsi_vgpu10.c | 62 #define INVALID_INDEX 99999 macro 1291 emit->vposition.tmp_index != INVALID_INDEX) { in emit_dst_register() 1300 emit->clip_dist_tmp_index != INVALID_INDEX) { in emit_dst_register() 1310 emit->clip_vertex_tmp_index != INVALID_INDEX) { in emit_dst_register() 1328 emit->gs.viewport_index_out_index != INVALID_INDEX) { in emit_dst_register() 1353 emit->fs.color_tmp_index != INVALID_INDEX) { in emit_dst_register() 1459 emit->clip_dist_tmp_index != INVALID_INDEX) { in emit_dst_register() 1469 emit->clip_vertex_tmp_index != INVALID_INDEX) { in emit_dst_register() 1660 emit->vs.vertex_id_tmp_index != INVALID_INDEX) { in emit_src_register() 3514 if (emit->tcs.invocation_id_sys_index == INVALID_INDEX) { in emit_hull_shader_control_point_phase() [all …]
|
/third_party/vk-gl-cts/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 100 INVALID_INDEX, enumerator 200 indices[ndx] = (deUint16)((m_op == INVALID_INDEX) ? (overBoundDrawCount + ndx) : (ndx)); in iterate() 588 …yond the array end are accessed", InvalidDrawCase::DRAW_ELEMENTS, InvalidDrawCase::INVALID_INDEX)); in init()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl2.js | 276 INVALID_INDEX: 0xFFFFFFFF, property
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | msdk.c | 39 #define INVALID_INDEX ((guint) -1) macro
|
/third_party/mesa3d/src/intel/ci/ |
D | iris-kbl-fails.txt | 80 # Invalid index for 'vs_input2[1][0]': expected INVALID_INDEX but got 1
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_explicit_uniform_location.txt | 159 of type <shadertype> attached to <program>. The value INVALID_INDEX will 223 the value INVALID_INDEX is returned and no error is generated. If no
|
D | ARB_gl_spirv.txt | 654 as input, will return INVALID_INDEX or -1 as appropriate, and any queries 1994 INVALID_INDEX (or -1). Querying the name property of a resource 2046 GetProgramResourceIndex(.., name) -> INVALID_INDEX 2053 GetUniformIndices(..,uniformNames, uniformIndices) -> uniformIndices=INVALID_INDEX 2056 GetUniformBlockIndex(.., uniformBlockName) -> INVALID_INDEX
|
D | ARB_program_interface_query.txt | 450 of an active resource, and INVALID_INDEX is returned. Note that if an 455 For the interface TRANSFORM_FEEDBACK_VARYING, the value INVALID_INDEX 1862 these marker strings should return the value INVALID_INDEX, regardless 1935 return INVALID_INDEX (bug 9071).
|
D | ARB_uniform_buffer_object.txt | 165 d) An inactive uniform has u_index == INVALID_INDEX. 166 e) An inactive uniform block has ub_index == INVALID_INDEX. 167 f) A u_index or ub_index of INVALID_INDEX generates the 298 INVALID_INDEX 0xFFFFFFFFu 400 <program>, or an error occurred, then INVALID_INDEX is returned. 532 active uniform, the value INVALID_INDEX will be written to the 3900 uint. Added INVALID_INDEX. Fixed Example code 2. Cleaned up line breaks.
|
D | ARB_shader_subroutine.txt | 166 ACTIVE_SUBROUTINES minus one for the shader stage. The value INVALID_INDEX will
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_explicit_uniform_location.txt | 149 of type <shadertype> attached to <program>. The value INVALID_INDEX will 213 the value INVALID_INDEX is returned and no error is generated. If no
|
D | ARB_gl_spirv.txt | 637 as input, will return INVALID_INDEX or -1 as appropriate, and any queries 1928 INVALID_INDEX (or -1). Querying the name property of a resource 1980 GetProgramResourceIndex(.., name) -> INVALID_INDEX 1987 GetUniformIndices(..,uniformNames, uniformIndices) -> uniformIndices=INVALID_INDEX 1990 GetUniformBlockIndex(.., uniformBlockName) -> INVALID_INDEX
|
D | ARB_program_interface_query.txt | 440 of an active resource, and INVALID_INDEX is returned. Note that if an 445 For the interface TRANSFORM_FEEDBACK_VARYING, the value INVALID_INDEX 1845 these marker strings should return the value INVALID_INDEX, regardless 1915 return INVALID_INDEX (bug 9071).
|
D | ARB_uniform_buffer_object.txt | 155 d) An inactive uniform has u_index == INVALID_INDEX. 156 e) An inactive uniform block has ub_index == INVALID_INDEX. 157 f) A u_index or ub_index of INVALID_INDEX generates the 288 INVALID_INDEX 0xFFFFFFFFu 390 <program>, or an error occurred, then INVALID_INDEX is returned. 522 active uniform, the value INVALID_INDEX will be written to the 3890 uint. Added INVALID_INDEX. Fixed Example code 2. Cleaned up line breaks.
|
D | ARB_shader_subroutine.txt | 156 ACTIVE_SUBROUTINES minus one for the shader stage. The value INVALID_INDEX will
|
/third_party/mesa3d/src/gallium/drivers/iris/ci/ |
D | iris-amly-fails.txt | 123 # Invalid index for 'vs_input2[1][0]': expected INVALID_INDEX but got 1
|
/third_party/pulseaudio/vala/ |
D | libpulse.vapi | 48 public const uint32 INVALID_INDEX;
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 3813 readonly INVALID_INDEX: GLenum; variable 4174 readonly INVALID_INDEX: GLenum; property
|
D | lib.dom.d.ts | 16844 readonly INVALID_INDEX: GLenum; variable 17205 readonly INVALID_INDEX: GLenum; property
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 3793 readonly INVALID_INDEX: GLenum; variable 4154 readonly INVALID_INDEX: GLenum; property
|