Home
last modified time | relevance | path

Searched refs:vs_in (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.emptystructreturn.vert.out61 Name 6 "vs_in"
72 6(vs_in): TypeStruct
73 7: TypePointer Function 6(vs_in)
77 19: TypePointer Input 6(vs_in)
85 21: 6(vs_in) Load 20(i)
87 25: 6(vs_in) Load 18(i)
/external/deqp-deps/glslang/Test/
Dhlsl.emptystructreturn.vert1 struct vs_in
9 vs_out main (vs_in i)
/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_vector.c187 bool vs_in = shader->info.stage == MESA_SHADER_VERTEX && in get_flat_type() local
190 get_per_vertex_type(shader, var, num_vertices), vs_in); in get_flat_type()
332 bool vs_in) in build_array_index() argument
341 b, build_array_index(b, nir_deref_instr_parent(deref), base, vs_in), in build_array_index()
342 nir_amul_imm(b, index, glsl_count_attribute_slots(deref->type, vs_in))); in build_array_index()
366 bool vs_in = shader->info.stage == MESA_SHADER_VERTEX && in build_array_deref_of_new_var_flat() local
369 b, deref, build_array_index(b, leader, nir_imm_int(b, base), vs_in)); in build_array_deref_of_new_var_flat()
/external/mesa3d/.gitlab-ci/
Dbuild-piglit.sh12 patch -p1 <$OLDPWD/.gitlab-ci/piglit/disable-vs_in.diff
/external/mesa3d/.gitlab-ci/piglit/
Ddisable-vs_in.diff33 - 'spec/arb_vertex_attrib_64bit/execution/vs_in/vs-input-uint_uvec4-double_dmat3x4_array2-positi…
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c1006 bool vs_in, unsigned *vertex_index_out, in get_deref_offset() argument
1044 const_offset += glsl_count_attribute_slots(ft, vs_in); in get_deref_offset()
1047 unsigned size = glsl_count_attribute_slots(path.path[idx_lvl]->type, vs_in); in get_deref_offset()
1141 bool vs_in = bld_base->shader->info.stage == MESA_SHADER_VERTEX && in visit_load_var() local
1154 …get_deref_offset(bld_base, deref, vs_in, gs_in ? &vertex_index : NULL, (tcs_in || tcs_out || tes_i… in visit_load_var()