Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_shader_info.h117 uint32_t vb_desc_usage_mask; member
Daco_instruction_selection.cpp5511 desc_index = util_bitcount(ctx->program->info.vs.vb_desc_usage_mask & in visit_load_input()
11624 unsigned num_attributes = util_last_bit(ctx->program->info.vs.vb_desc_usage_mask); in add_startpgm()
/third_party/mesa3d/src/amd/vulkan/
Dradv_aco_shader_info.h85 ASSIGN_FIELD(vs.vb_desc_usage_mask); in radv_aco_convert_shader_info()
Dradv_shader_args.c84 if (info->vs.vb_desc_usage_mask) in count_vs_user_sgprs()
288 if (info->vs.vb_desc_usage_mask) { in declare_vs_specific_input_sgprs()
343 unsigned num_attributes = util_last_bit(info->vs.vb_desc_usage_mask); in declare_vs_input_vgprs()
Dradv_shader_info.c260 info->vs.vb_desc_usage_mask |= 1u << attrib_index; in gather_info_input_decl_vs()
262 info->vs.vb_desc_usage_mask |= 1u << key->vs.vertex_attribute_bindings[attrib_index]; in gather_info_input_decl_vs()
Dradv_device_generated_commands.c38 *upload_size += 16 * util_bitcount(pipeline->vb_desc_usage_mask); in radv_get_sequence_size()
1143 …unsigned vb_size = layout->bind_vbo_mask ? util_bitcount(graphics_pipeline->vb_desc_usage_mask) * … in radv_prepare_dgc()
1214 uint32_t mask = graphics_pipeline->vb_desc_usage_mask; in radv_prepare_dgc()
Dradv_shader.h275 uint32_t vb_desc_usage_mask; member
Dradv_debug.c469 uint32_t count = util_bitcount(pipeline->vb_desc_usage_mask); in radv_dump_vertex_descriptors()
Dradv_pipeline.c6752 pipeline->last_vertex_attrib_bit = util_last_bit(vs_info->vs.vb_desc_usage_mask); in radv_pipeline_init_vertex_input_state()
6767 pipeline->vb_desc_usage_mask = BITFIELD_MASK(pipeline->last_vertex_attrib_bit); in radv_pipeline_init_vertex_input_state()
6769 pipeline->vb_desc_usage_mask = vs_info->vs.vb_desc_usage_mask; in radv_pipeline_init_vertex_input_state()
6770 pipeline->vb_desc_alloc_size = util_bitcount(pipeline->vb_desc_usage_mask) * 16; in radv_pipeline_init_vertex_input_state()
Dradv_nir_to_llvm.c437 desc_index = util_bitcount(ctx->shader_info->vs.vb_desc_usage_mask & in load_vs_input()
Dradv_private.h2164 uint32_t vb_desc_usage_mask; member
Dradv_shader.c2442 info.vs.vb_desc_usage_mask = BITFIELD_MASK(key->num_attributes);
Dradv_cmd_buffer.c3706 uint32_t mask = pipeline->vb_desc_usage_mask; in radv_write_vertex_descriptors()
3854 cmd_buffer->state.graphics_pipeline->vb_desc_usage_mask) { in radv_flush_vertex_descriptors()