Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_debug.c470 uint32_t *vb_ptr = &((uint32_t *)ptr)[3]; in radv_dump_vertex_descriptors() local
478 uint32_t *desc = &((uint32_t *)vb_ptr)[i * 4]; in radv_dump_vertex_descriptors()
H A Dradv_cmd_buffer.c912 radv_save_vertex_descriptors(struct radv_cmd_buffer *cmd_buffer, uint64_t vb_ptr) in radv_save_vertex_descriptors() argument
921 data[0] = vb_ptr; in radv_save_vertex_descriptors()
922 data[1] = vb_ptr >> 32; in radv_save_vertex_descriptors()
3701 bool full_null_descriptors, void *vb_ptr) in radv_write_vertex_descriptors()
3714 uint32_t *desc = &((uint32_t *)vb_ptr)[desc_index++ * 4]; in radv_write_vertex_descriptors()
3860 void *vb_ptr; in radv_flush_vertex_descriptors() local
3865 &vb_ptr)) in radv_flush_vertex_descriptors()
3868 radv_write_vertex_descriptors(cmd_buffer, pipeline, false, vb_ptr); in radv_flush_vertex_descriptors()
3880 radv_save_vertex_descriptors(cmd_buffer, (uintptr_t)vb_ptr); in radv_flush_vertex_descriptors()
3699 radv_write_vertex_descriptors(const struct radv_cmd_buffer *cmd_buffer, const struct radv_graphics_pipeline *pipeline, bool full_null_descriptors, void *vb_ptr) radv_write_vertex_descriptors() argument
H A Dradv_private.h1724 bool full_null_descriptors, void *vb_ptr);
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1914 LLVMValueRef io_ptr, vbuffers_ptr, vb_ptr; in draw_llvm_generate() local
2001 vb_ptr = LLVMGetParam(variant_func, 6); in draw_llvm_generate()
2015 lp_build_name(vb_ptr, "vb"); in draw_llvm_generate()
2091 vb_info = LLVMBuildGEP2(builder, variant->vb_type, vb_ptr, &vb_index, 1, ""); in draw_llvm_generate()

Completed in 27 milliseconds