Searched refs:vs_info (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader_info.c516 struct radv_vs_output_info *vs_info = get_vs_output_info(nir, info); local in function:gather_info_output_decl
533 if (vs_info) {
536 vs_info->clip_dist_mask = (1 << nir->info.clip_distance_array_size) - 1;
537 vs_info->cull_dist_mask = (1 << nir->info.cull_distance_array_size) - 1;
538 vs_info->cull_dist_mask <<= nir->info.clip_distance_array_size;
541 vs_info->writes_pointsize = true;
544 vs_info->writes_viewport_index = true;
547 vs_info->writes_layer = true;
550 vs_info->writes_primitive_shading_rate = true;
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dpgmdump2.c191 uint32_t vs_info; /* offset of VS shader_info section */ member in struct:header
212 O(hdr, vs_info, shader_info);
214 assert(hdr->vs_info ==
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1546 const struct tgsi_shader_info *vs_info = &draw->vs.vertex_shader->info; local in function:draw_llvm_generate
1564 vs_info->writes_viewport_index;
1947 vs_info->num_outputs, vs_type,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1941 const struct tgsi_shader_info *vs_info = &draw->vs.vertex_shader->info; local in function:draw_llvm_generate
1960 vs_info->writes_viewport_index;
2363 vs_info->num_outputs, vs_type,

Completed in 12 milliseconds