Searched refs:vs_output (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_shader.c | 158 DEFINE_ETNA_BITARRAY(vs_output, ARRAY_SIZE(cs->VS_OUTPUT) * 4, 8) = {0}; in etna_link_shaders() 160 etna_bitarray_set(vs_output, 8, varid++, vs->vs_pos_out_reg); in etna_link_shaders() 162 etna_bitarray_set(vs_output, 8, varid++, link.varyings[idx].reg); in etna_link_shaders() 164 etna_bitarray_set(vs_output, 8, varid++, vs->vs_pointsize_out_reg); /* pointsize is last */ in etna_link_shaders() 167 cs->VS_OUTPUT[idx] = vs_output[idx]; in etna_link_shaders()
|
/aosp_15_r20/external/deqp-deps/glslang/Test/baseResults/ |
D | link.vk.inconsistentGLPerVertex.0.vert.out | 265 Name 8 "vs_output" 266 MemberName 8(vs_output) 0 "color" 275 Decorate 8(vs_output) Block 287 8(vs_output): TypeStruct 7(fvec4) 288 9: TypePointer Output 8(vs_output)
|
/aosp_15_r20/external/angle/third_party/glslang/src/Test/baseResults/ |
H A D | link.vk.inconsistentGLPerVertex.0.vert.out | 265 Name 8 "vs_output" 266 MemberName 8(vs_output) 0 "color" 275 Decorate 8(vs_output) Block 287 8(vs_output): TypeStruct 7(fvec4) 288 9: TypePointer Output 8(vs_output)
|
/aosp_15_r20/external/angle/third_party/glslang/src/Test/ |
H A D | link.vk.inconsistentGLPerVertex.0.vert | 9 out vs_output
|
H A D | link.vk.inconsistentGLPerVertex.0.geom | 6 in vs_output
|
/aosp_15_r20/external/deqp-deps/glslang/Test/ |
D | link.vk.inconsistentGLPerVertex.0.vert | 9 out vs_output
|
D | link.vk.inconsistentGLPerVertex.0.geom | 6 in vs_output
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_vs.h | 53 unsigned vs_output:8; /* which vertex shader output is this? */ member
|
H A D | draw_pt_fetch_shade_emit.c | 135 fse->key.element[i].out.vs_output = vinfo->attrib[i].src_index; in fse_prepare()
|
H A D | draw_vs_variant.c | 328 emit.element[i].input_offset = key->element[i].out.vs_output * 4 * sizeof(float); in draw_vs_create_variant_generic()
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_ngg.c | 48 } vs_output; typedef 2358 gather_vs_outputs(nir_builder *b, vs_output *outputs, in gather_vs_outputs() 2395 vs_output *output = &outputs[num_outputs++]; in gather_vs_outputs() 2413 create_vertex_param_phis(nir_builder *b, unsigned num_outputs, vs_output *outputs) in create_vertex_param_phis() 2427 unsigned num_outputs, vs_output *outputs, in export_vertex_params_gfx11() 2484 vs_output pos_output = { in export_pos0_wait_attr_ring() 2528 vs_output outputs[64]; in nogs_export_vertex_params() 3215 vs_output outputs[64]; in ngg_gs_export_vertices()
|