Home
last modified time | relevance | path

Searched refs:use_per_attribute_vb_descs (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_shader_info.h116 bool use_per_attribute_vb_descs; member
Daco_instruction_selection.cpp5510 ctx->program->info.vs.use_per_attribute_vb_descs ? location : attrib_binding; in visit_load_input()
/third_party/mesa3d/src/amd/vulkan/
Dradv_aco_shader_info.h84 ASSIGN_FIELD(vs.use_per_attribute_vb_descs); in radv_aco_convert_shader_info()
Dradv_device_generated_commands.c437 nir_ssa_def *use_per_attribute_vb_descs = in build_dgc_prepare_shader() local
443 nir_push_if(&b, use_per_attribute_vb_descs); in build_dgc_prepare_shader()
1220 … : (graphics_pipeline->use_per_attribute_vb_descs ? graphics_pipeline->attrib_bindings[i] : i); in radv_prepare_dgc()
1225 vbo_info[2 * idx] = ((graphics_pipeline->use_per_attribute_vb_descs ? 1u : 0u) << 31) | in radv_prepare_dgc()
Dradv_shader_info.c259 if (info->vs.use_per_attribute_vb_descs) in gather_info_input_decl_vs()
479 info->vs.use_per_attribute_vb_descs = device->robust_buffer_access || info->vs.dynamic_inputs; in radv_nir_shader_info_pass()
Dradv_shader.h274 bool use_per_attribute_vb_descs; member
Dradv_debug.c476 pipeline->use_per_attribute_vb_descs ? "attributes" : "bindings", count); in radv_dump_vertex_descriptors()
Dradv_shader_args.c342 assert(info->vs.use_per_attribute_vb_descs); in declare_vs_input_vgprs()
Dradv_nir_to_llvm.c436 ctx->shader_info->vs.use_per_attribute_vb_descs ? attrib_index : attrib_binding; in load_vs_input()
Dradv_private.h2181 bool use_per_attribute_vb_descs; member
Dradv_shader.c2441 info.vs.use_per_attribute_vb_descs = true;
Dradv_cmd_buffer.c3710 assert(!vs_state || pipeline->use_per_attribute_vb_descs); in radv_write_vertex_descriptors()
3718 : (pipeline->use_per_attribute_vb_descs ? pipeline->attrib_bindings[i] : i); in radv_write_vertex_descriptors()
3784 if (pipeline->use_per_attribute_vb_descs) { in radv_write_vertex_descriptors()
Dradv_pipeline.c6751 pipeline->use_per_attribute_vb_descs = vs_info->vs.use_per_attribute_vb_descs; in radv_pipeline_init_vertex_input_state()