Searched refs:vb_ptr (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_vbo.h | 42 vb = (pointer)((char *)vbo->vb_ptr + vbo->vb_offset);
|
| H A D | radeon_exa_shared.c | 176 accel_state->vbo.vb_ptr = (pointer)((char*)accel_state->ib->address +
|
| H A D | radeon.h | 642 void *vb_ptr; member in struct:radeon_vbo_object
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_debug.c | 469 uint32_t *vb_ptr = &((uint32_t *)ptr)[3]; local in function:radv_dump_vertex_descriptors 477 uint32_t *desc = &((uint32_t *)vb_ptr)[i * 4];
|
| H A D | radv_cmd_buffer.c | 732 radv_save_vertex_descriptors(struct radv_cmd_buffer *cmd_buffer, uint64_t vb_ptr) argument 741 data[0] = vb_ptr; 742 data[1] = vb_ptr >> 32; 3313 void *vb_ptr; local in function:radv_flush_vertex_descriptors 3321 if (!radv_cmd_buffer_upload_alloc(cmd_buffer, pipeline->vb_desc_alloc_size, &vb_offset, &vb_ptr)) 3328 uint32_t *desc = &((uint32_t *)vb_ptr)[desc_index++ * 4]; 3459 radv_save_vertex_descriptors(cmd_buffer, (uintptr_t)vb_ptr);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1538 LLVMValueRef io_ptr, vbuffers_ptr, vb_ptr; local in function:draw_llvm_generate 1621 vb_ptr = LLVMGetParam(variant_func, 6); 1633 lp_build_name(vb_ptr, "vb"); 1704 vb_info = LLVMBuildGEP(builder, vb_ptr, &vb_index, 1, "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1933 LLVMValueRef io_ptr, vbuffers_ptr, vb_ptr; local in function:draw_llvm_generate 2020 vb_ptr = LLVMGetParam(variant_func, 6); 2034 lp_build_name(vb_ptr, "vb"); 2109 vb_info = LLVMBuildGEP(builder, vb_ptr, &vb_index, 1, "");
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_cmd_buffer.c | 1997 void *vb_ptr; local in function:radv_flush_vertex_descriptors 2004 &vb_offset, &vb_ptr)) 2008 uint32_t *desc = &((uint32_t *)vb_ptr)[i * 4];
|
Completed in 35 milliseconds