Home
last modified time | relevance | path

Searched refs:usage (Results 2251 - 2275 of 3266) sorted by relevance

1...<<919293949596979899100>>...131

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.h67 TextureStorage9(Renderer9 *renderer, DWORD usage, const std::string &label);
/third_party/skia/src/gpu/
H A DGrAHardwareBufferImageGenerator.cpp60 bool createProtectedImage = 0 != (bufferDesc.usage & AHARDWAREBUFFER_USAGE_PROTECTED_CONTENT); in Make()
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/windows/
H A Dbuild.bat24 :: Force usage of python 3.6
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/windows/
H A Dbuild.bat24 :: Force usage of python 3.6
/third_party/skia/src/sksl/ir/
H A DSkSLProgram.h182 const ProgramUsage* usage() const { return fUsage.get(); } in usage() function
/third_party/skia/src/sksl/
H A DSkSLCompiler.h110 // Metadata about function and variable usage within the program
237 ProgramUsage* usage);
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DSamplerFilterAnisotropicTests.cpp111 descriptor.usage = wgpu::TextureUsage::CopyDst | wgpu::TextureUsage::TextureBinding; in InitTexture()
H A DSamplerTests.cpp95 descriptor.usage = wgpu::TextureUsage::CopyDst | wgpu::TextureUsage::TextureBinding;
H A DViewportTests.cpp115 depthDesc.usage = wgpu::TextureUsage::RenderAttachment | wgpu::TextureUsage::CopySrc; in TestViewportDepth()
H A DSwapChainTests.cpp56 baseDescriptor.usage = wgpu::TextureUsage::RenderAttachment;
H A DDestroyTests.cpp163 descriptor.usage = wgpu::BufferUsage::Uniform; in TEST_P()
/third_party/skia/third_party/externals/dawn/examples/
H A DComputeBoids.cpp88 descriptor.usage = in initBuffers()
H A DCppHelloTriangle.cpp63 descriptor.usage = wgpu::TextureUsage::CopyDst | wgpu::TextureUsage::TextureBinding; in initTextures()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DObjectStorage.h65 WGPUBufferUsageFlags usage = WGPUBufferUsage_None; member
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DShaderRobustnessPerf.cpp429 desc.usage = wgpu::BufferUsage::Storage; in SetUp()
/third_party/skia/third_party/externals/dawn/src/utils/
H A DTestUtils.cpp124 descriptor.usage = wgpu::TextureUsage::CopyDst | wgpu::TextureUsage::CopySrc; in UnalignDynamicUploader()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DValidationTest.cpp236 descriptor.usage = wgpu::TextureUsage::RenderAttachment;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp194 const deUint32 usage,
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c2162 goto usage;
2379 usage:
2650 goto usage;
2667 usage:
2686 goto usage;
2708 goto usage;
2740 usage:
2741 PRINTK("usage:\n");
3431 "-h | --help, print dhclient command usage\n");
3745 goto usage;
[all...]
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_blit.c1499 unreachable("Invalid destination usage"); in brw_blorp_build_nir_shader()
1894 if (params->dst.surf.usage & ISL_SURF_USAGE_DEPTH_BIT) { in try_blorp_blit()
1907 } else if (params->dst.surf.usage & ISL_SURF_USAGE_STENCIL_BIT) { in try_blorp_blit()
1960 if (params->dst.surf.usage & ISL_SURF_USAGE_CUBE_BIT) { in try_blorp_blit()
1965 if (params->src.surf.usage & ISL_SURF_USAGE_CUBE_BIT) { in try_blorp_blit()
2540 if (src_surf->surf->usage & ISL_SURF_USAGE_STENCIL_BIT) in blorp_blit()
2542 if (dst_surf->surf->usage & ISL_SURF_USAGE_STENCIL_BIT) in blorp_blit()
2545 if (dst_surf->surf->usage & ISL_SURF_USAGE_STENCIL_BIT) { in blorp_blit()
2546 assert(src_surf->surf->usage & ISL_SURF_USAGE_STENCIL_BIT); in blorp_blit()
2923 } else if ((params.dst.surf.usage in blorp_copy()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp196 VkImageUsageFlags usage; member
210 VkImageUsageFlags usage,
217 VkBufferUsageFlags usage);
365 VkImageUsageFlags usage, in buildImageWithMemory()
385 usage, // VkImageUsageFlags usage; in buildImageWithMemory()
398 de::MovePtr<BufferWithMemory> AttachmentRateInstance::buildBufferWithMemory(VkDevice device, const DeviceInterface& vk, vk::Allocator& allocator, deUint32 size, VkBufferUsageFlags usage) in buildBufferWithMemory() argument
400 const VkBufferCreateInfo readBufferInfo = makeBufferCreateInfo(size, usage); in buildBufferWithMemory()
640 0u, // VkImageUsageFlags usage; in buildFramebuffer()
654 dst.usage in buildFramebuffer()
359 buildImageWithMemory(VkDevice device, const DeviceInterface& vk, vk::Allocator& allocator, VkFormat format, deUint32 width, deUint32 height, VkImageUsageFlags usage, VkImageTiling tiling, std::vector<deUint32> queueFamilies) buildImageWithMemory() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp470 VkBufferUsageFlags usage,
476 VkImageUsageFlags usage,
715 Move<VkBuffer> TimestampTestInstance::createBufferAndBindMemory (VkDeviceSize size, VkBufferUsageFlags usage, de::MovePtr<Allocation>* pAlloc)
724 usage, // VkBufferUsageFlags usage;
744 VkImageUsageFlags usage,
755 if((usage & VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT) && !(formatProperty.optimalTilingFeatures & VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT))
757 // Remove color attachment usage if the optimal tiling feature does not support it
758 usage &= ~VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT;
760 if((usage
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp496 VkBufferUsageFlags usage,
502 VkImageUsageFlags usage,
720 Move<VkBuffer> TimestampTestInstance::createBufferAndBindMemory (VkDeviceSize size, VkBufferUsageFlags usage, de::MovePtr<Allocation>* pAlloc)
733 usage, // VkBufferUsageFlags usage;
753 VkImageUsageFlags usage,
767 if((usage & VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT) && !(formatProperty.optimalTilingFeatures & VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT))
769 // Remove color attachment usage if the optimal tiling feature does not support it
770 usage &= ~VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT;
772 if((usage
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c2341 unsigned usage) in si_is_vertex_format_supported()
2348 assert((usage & ~(PIPE_BIND_SHADER_IMAGE | PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_VERTEX_BUFFER)) == in si_is_vertex_format_supported()
2362 if (usage & (PIPE_BIND_SHADER_IMAGE | PIPE_BIND_SAMPLER_VIEW)) { in si_is_vertex_format_supported()
2363 usage &= ~(PIPE_BIND_SHADER_IMAGE | PIPE_BIND_SAMPLER_VIEW); in si_is_vertex_format_supported()
2364 if (!usage) in si_is_vertex_format_supported()
2373 return usage; in si_is_vertex_format_supported()
2381 return usage; in si_is_vertex_format_supported()
2398 unsigned storage_sample_count, unsigned usage) in si_is_format_supported()
2411 if (usage & PIPE_BIND_RENDER_TARGET) in si_is_format_supported()
2412 usage | in si_is_format_supported()
2340 si_is_vertex_format_supported(struct pipe_screen *screen, enum pipe_format format, unsigned usage) si_is_vertex_format_supported() argument
2396 si_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) si_is_format_supported() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c337 D3DDECLUSAGE usage; member
2051 return nine_d3d9_to_nine_declusage(dcl->usage, dcl->usage_idx); in sm1_to_nine_declusage()
2081 switch (dcl->usage) { in sm1_declusage_to_tgsi()
2251 sem.usage == D3DDECLUSAGE_SAMPLE || sem.reg.file == D3DSPR_SAMPLER; in DECL_SPECIAL()
2259 DUMP(" %s%i\n", sm1_declusage_names[sem.usage], sem.usage_idx); in DECL_SPECIAL()
2261 if (sem.usage | sem.usage_idx) in DECL_SPECIAL()
2262 DUMP(" %u[%u]\n", sem.usage, sem.usage_idx); in DECL_SPECIAL()
2289 if (sem.usage == D3DDECLUSAGE_POSITIONT) in DECL_SPECIAL()
2295 nine_record_outputs(tx, sem.usage, sem.usage_idx, sem.reg.mask, sem.reg.idx); in DECL_SPECIAL()
2296 if (tx->info->process_vertices && sem.usage in DECL_SPECIAL()
[all...]

Completed in 36 milliseconds

1...<<919293949596979899100>>...131