Home
last modified time | relevance | path

Searched refs:dsv (Results 1 – 14 of 14) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_build.c316 struct tgsi_declaration_sampler_view dsv; in tgsi_default_declaration_sampler_view() local
318 dsv.Resource = TGSI_TEXTURE_BUFFER; in tgsi_default_declaration_sampler_view()
319 dsv.ReturnTypeX = TGSI_RETURN_TYPE_UNORM; in tgsi_default_declaration_sampler_view()
320 dsv.ReturnTypeY = TGSI_RETURN_TYPE_UNORM; in tgsi_default_declaration_sampler_view()
321 dsv.ReturnTypeZ = TGSI_RETURN_TYPE_UNORM; in tgsi_default_declaration_sampler_view()
322 dsv.ReturnTypeW = TGSI_RETURN_TYPE_UNORM; in tgsi_default_declaration_sampler_view()
324 return dsv; in tgsi_default_declaration_sampler_view()
336 struct tgsi_declaration_sampler_view dsv; in tgsi_build_declaration_sampler_view() local
338 dsv = tgsi_default_declaration_sampler_view(); in tgsi_build_declaration_sampler_view()
339 dsv.Resource = texture; in tgsi_build_declaration_sampler_view()
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c326 struct tgsi_declaration_sampler_view dsv; in tgsi_default_declaration_sampler_view() local
328 dsv.Resource = TGSI_TEXTURE_BUFFER; in tgsi_default_declaration_sampler_view()
329 dsv.ReturnTypeX = TGSI_RETURN_TYPE_UNORM; in tgsi_default_declaration_sampler_view()
330 dsv.ReturnTypeY = TGSI_RETURN_TYPE_UNORM; in tgsi_default_declaration_sampler_view()
331 dsv.ReturnTypeZ = TGSI_RETURN_TYPE_UNORM; in tgsi_default_declaration_sampler_view()
332 dsv.ReturnTypeW = TGSI_RETURN_TYPE_UNORM; in tgsi_default_declaration_sampler_view()
334 return dsv; in tgsi_default_declaration_sampler_view()
346 struct tgsi_declaration_sampler_view dsv; in tgsi_build_declaration_sampler_view() local
348 dsv = tgsi_default_declaration_sampler_view(); in tgsi_build_declaration_sampler_view()
349 dsv.Resource = texture; in tgsi_build_declaration_sampler_view()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_framebuffer.c190 struct pipe_surface *dsv; in emit_fb_vgpu10() local
236 dsv = svga_validate_surface_view(svga, svga_surface(curr->zsbuf)); in emit_fb_vgpu10()
237 if (!dsv) { in emit_fb_vgpu10()
246 dsv = NULL; in emit_fb_vgpu10()
251 (dsv != svga->state.hw_clear.dsv) || in emit_fb_vgpu10()
254 ret = SVGA3D_vgpu10_SetRenderTargets(svga->swc, num_color, rtv, dsv); in emit_fb_vgpu10()
262 svga->state.hw_clear.dsv = dsv; in emit_fb_vgpu10()
358 if (hw->dsv) { in svga_rebind_framebuffer_bindings()
360 svga_surface(hw->dsv)->handle, in svga_rebind_framebuffer_bindings()
Dsvga_pipe_clear.c202 struct pipe_surface *dsv = in try_clear() local
204 if (!dsv) in try_clear()
207 ret = SVGA3D_vgpu10_ClearDepthStencilView(svga->swc, dsv, flags, in try_clear()
323 struct pipe_surface *dsv = in svga_clear_texture() local
326 if (!dsv) { in svga_clear_texture()
336 ret = SVGA3D_vgpu10_ClearDepthStencilView(svga->swc, dsv, in svga_clear_texture()
342 ret = SVGA3D_vgpu10_ClearDepthStencilView(svga->swc, dsv, in svga_clear_texture()
355 dsv, clear_flags, in svga_clear_texture()
Dsvga_surface.c709 if (hw->dsv) in svga_mark_surfaces_dirty()
710 svga_mark_surface_dirty(hw->dsv); in svga_mark_surfaces_dirty()
824 if (svga->state.hw_clear.dsv) { in svga_propagate_rendertargets()
825 svga_propagate_surface(svga, svga->state.hw_clear.dsv, FALSE); in svga_propagate_rendertargets()
Dsvga_context.h333 struct pipe_surface *dsv; member
Dsvga_context.c247 svga->state.hw_clear.dsv = NULL; in svga_context_create()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-07-16-CoalescerCrash.ll10 define fastcc i8* @Perl_pv_uni_display(%struct.SV* %dsv, i8* %spv, i64 %len, i64 %pvlim, i64 %flags…
29 …tail call void (%struct.SV*, i8*, ...)* @Perl_sv_catpvf( %struct.SV* %dsv, i8* getelementptr ([8 x…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2008-07-16-CoalescerCrash.ll10 define fastcc i8* @Perl_pv_uni_display(%struct.SV* %dsv, i8* %spv, i64 %len, i64 %pvlim, i64 %flags…
29 …tail call void (%struct.SV*, i8*, ...) @Perl_sv_catpvf( %struct.SV* %dsv, i8* getelementptr ([8 x …
/external/llvm/test/CodeGen/X86/
D2008-07-16-CoalescerCrash.ll10 define fastcc i8* @Perl_pv_uni_display(%struct.SV* %dsv, i8* %spv, i64 %len, i64 %pvlim, i64 %flags…
29 …tail call void (%struct.SV*, i8*, ...) @Perl_sv_catpvf( %struct.SV* %dsv, i8* getelementptr ([8 x …
/external/clang/test/CodeGen/
Dobject-size.c500 struct DynStructVar *dsv; in test31() local
518 gi = __builtin_object_size(&dsv[9].snd[0], 1); in test31()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp2999 VkImageView dsv; in TEST_F() local
3012 vkCreateImageView(m_device->device(), &dsvci, NULL, &dsv); in TEST_F()
6747 VkImageView dsv; in TEST_F() local
6758 vkCreateImageView(m_device->device(), &dsvci, NULL, &dsv); in TEST_F()
6785 …eateInfo fbci = {VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO, nullptr, 0, rp1, 1, &dsv, 128, 128, 1}; in TEST_F()
6798 vkDestroyImageView(m_device->device(), dsv, nullptr); in TEST_F()
7064 VkImageView dsv; in TEST_F() local
7075 vkCreateImageView(m_device->device(), &dsvci, NULL, &dsv); in TEST_F()
7100 …reateInfo fbci = {VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO, nullptr, 0, rp, 1, &dsv, 128, 128, 1}; in TEST_F()
7135 vkDestroyImageView(m_device->device(), dsv, nullptr); in TEST_F()
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA.txt49360 dsv dˈiˌɛsvi
Dinternal_raw_IPA-old.txt58432 dsv dˈiˌɛsvi