Searched refs:vb_desc (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_vs.c | 116 LLVMValueRef vb_desc; in load_input_vs() local 121 vb_desc = ac_get_arg(&ctx->ac, ctx->vb_descriptors[input_index]); in load_input_vs() 124 vb_desc = ac_build_load_to_sgpr(&ctx->ac, ac_get_arg(&ctx->ac, ctx->args.vertex_buffers), in load_input_vs() 140 fix_fetch.u.reverse, !opencode, vb_desc, vertex_index, in load_input_vs() 186 fetches[i] = ac_build_buffer_load_format(&ctx->ac, vb_desc, vertex_index, voffset, in load_input_vs()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_wgpu.cpp | 350 WGPUBufferDescriptor vb_desc = in ImGui_ImplWGPU_RenderDrawData() local 358 fr->VertexBuffer = wgpuDeviceCreateBuffer(g_wgpuDevice, &vb_desc); in ImGui_ImplWGPU_RenderDrawData()
|