Home
last modified time | relevance | path

Searched refs:INVALID_INDEX (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_point_sprite.c42 #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 …]
Dtgsi_two_side.c47 #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()
Dtgsi_aa_point.c37 #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()
Dtgsi_dynamic_indexing.c116 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/
Dsvga_link.c33 #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()
Dsvga_tgsi_vgpu10.c62 #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/
Des31sDrawTests.cpp100 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/
Dwebgl2.js276 INVALID_INDEX: 0xFFFFFFFF, property
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dmsdk.c39 #define INVALID_INDEX ((guint) -1) macro
/third_party/mesa3d/src/intel/ci/
Diris-kbl-fails.txt80 # Invalid index for 'vs_input2[1][0]': expected INVALID_INDEX but got 1
/third_party/openGLES/extensions/ARB/
DARB_explicit_uniform_location.txt159 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
DARB_gl_spirv.txt654 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
DARB_program_interface_query.txt450 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).
DARB_uniform_buffer_object.txt165 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.
DARB_shader_subroutine.txt166 ACTIVE_SUBROUTINES minus one for the shader stage. The value INVALID_INDEX will
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_explicit_uniform_location.txt149 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
DARB_gl_spirv.txt637 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
DARB_program_interface_query.txt440 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).
DARB_uniform_buffer_object.txt155 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.
DARB_shader_subroutine.txt156 ACTIVE_SUBROUTINES minus one for the shader stage. The value INVALID_INDEX will
/third_party/mesa3d/src/gallium/drivers/iris/ci/
Diris-amly-fails.txt123 # Invalid index for 'vs_input2[1][0]': expected INVALID_INDEX but got 1
/third_party/pulseaudio/vala/
Dlibpulse.vapi48 public const uint32 INVALID_INDEX;
/third_party/typescript/lib/
Dlib.webworker.d.ts3813 readonly INVALID_INDEX: GLenum; variable
4174 readonly INVALID_INDEX: GLenum; property
Dlib.dom.d.ts16844 readonly INVALID_INDEX: GLenum; variable
17205 readonly INVALID_INDEX: GLenum; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts3793 readonly INVALID_INDEX: GLenum; variable
4154 readonly INVALID_INDEX: GLenum; property

12