Searched refs:attrib_end (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device_generated_commands.c | 445 nir_ssa_def *attrib_end = nir_ubfe(&b, nir_channel(&b, vbo_over_data, 1), in build_dgc_prepare_shader() local 451 nir_push_if(&b, nir_ult(&b, nir_load_var(&b, num_records), attrib_end)); in build_dgc_prepare_shader() 466 nir_udiv(&b, nir_isub(&b, nir_load_var(&b, num_records), attrib_end), in build_dgc_prepare_shader() 485 attrib_end); in build_dgc_prepare_shader() 1221 uint32_t attrib_end = in radv_prepare_dgc() local 1228 vbo_info[2 * idx + 1] = graphics_pipeline->attrib_index_offset[i] | (attrib_end << 16); in radv_prepare_dgc()
|
H A D | radv_cmd_buffer.c | 3785 uint32_t attrib_end = in radv_write_vertex_descriptors() local 3788 if (num_records < attrib_end) { in radv_write_vertex_descriptors() 3793 num_records = (num_records - attrib_end) / stride + 1; in radv_write_vertex_descriptors() 3805 num_records = (num_records - 1) * stride + attrib_end; in radv_write_vertex_descriptors()
|
Completed in 17 milliseconds