Home
last modified time | relevance | path

Searched defs:width (Results 3351 - 3375 of 3655) sorted by relevance

1...<<131132133134135136137138139140>>...147

/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c157 int width = type->bit_size; in integer_promotion() local
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc986 uint32_t width = base::bits::CountPopulation(value); in VisitWord32And() local
98 VisitSimdShiftRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node, int width) VisitSimdShiftRRR() argument
955 EmitUbfx(InstructionSelector* selector, Node* node, Node* left, uint32_t lsb, uint32_t width) EmitUbfx() argument
1165 uint32_t width = base::bits::CountPopulation(value); VisitWord32Shr() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2167 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicExchange() argument
2223 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicCompareExchange() argument
2291 VisitAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicBinop() argument
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h52 uint32_t width; member
95 uint32_t width; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1560 LLVMValueRef width; in lp_build_unnormalized_coords() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c947 blitter_set_dst_dimensions(struct blitter_context_priv *ctx, unsigned width, unsigned height) blitter_set_dst_dimensions() argument
1510 util_blitter_common_clear_setup(struct blitter_context *blitter, unsigned width, unsigned height, unsigned clear_buffers, void *custom_blend, void *custom_dsa) util_blitter_common_clear_setup() argument
1548 util_blitter_clear_custom(struct blitter_context *blitter, unsigned width, unsigned height, unsigned num_layers, unsigned clear_buffers, const union pipe_color_union *color, double depth, unsigned stencil, void *custom_blend, void *custom_dsa, bool msaa) util_blitter_clear_custom() argument
1612 util_blitter_clear(struct blitter_context *blitter, unsigned width, unsigned height, unsigned num_layers, unsigned clear_buffers, const union pipe_color_union *color, double depth, unsigned stencil, bool msaa) util_blitter_clear() argument
1624 util_blitter_custom_clear_depth(struct blitter_context *blitter, unsigned width, unsigned height, double depth, void *custom_dsa) util_blitter_custom_clear_depth() argument
2379 util_blitter_clear_render_target(struct blitter_context *blitter, struct pipe_surface *dstsurf, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_blitter_clear_render_target() argument
2446 util_blitter_clear_depth_stencil(struct blitter_context *blitter, struct pipe_surface *dstsurf, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_blitter_clear_depth_stencil() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c676 unsigned width, height, depth, offset_level, last_level; in r600_create_sampler_view_custom() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp4322 const deUint32 width = 64u; in testImageBindExportImportBind() local
4368 const deUint32 width = 64u; in testImageExportBindImportBind() local
4422 const deUint32 width = 64u; in testImageExportImportBindBind() local
4909 deUint32 width; testAndroidHardwareBufferImageFormat() member
5230 deUint32 width; testOHOSNativeBufferImageFormat() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp93 deUint32 width; member
385 const deUint32 width = m_testParams.width; in iterate() local
609 const deUint32 width = testParams.width; in verify() local
213 makeImageCreateInfo(VkFormat format, deUint32 width, deUint32 height, deUint32 depth, VkImageType imageType = VK_IMAGE_TYPE_3D, VkImageUsageFlags usageFlags = VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT) makeImageCreateInfo() argument
1071 const deUint32 width = m_testParams.width; initVertexBuffer() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultiExtTests.cpp165 TriangleMosaicGenerator (deUint32 width, deUint32 height) in TriangleMosaicGenerator() argument
208 TriangleOverlapGenerator (deUint32 width, deUint32 height) in TriangleOverlapGenerator() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp197 deUint32 width; member
429 void AttachmentRateInstance::buildShadingRateObjects (VkDevice device, const DeviceInterface& vk, vk::Allocator& allocator, deUint32 srIndex, deUint32 width, deUint32 height, VkImageUsageFlags srUsage, VkImageTiling srTiling) in buildShadingRateObjects() argument
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/image/
H A DvktImageHostImageCopyTests.cpp284 void HostImageCopyTestInstance::copyMemoryToImage (const std::vector<deUint8> testData, vk::VkImage image, deUint32 texelSize, const vk::VkImageSubresourceLayers subresourceLayers, deInt32 xOffset, deInt32 yOffset, deUint32 width, deUint32 height) in copyMemoryToImage() argument
699 deUint32 width = deMaxu32(randomGen.getUint32() % (mipImageSize.width / 2), 1u); iterate() local
[all...]
H A DvktImageLoadStoreTests.cpp2207 const deInt32 width = texture.size().x(); in ImageExtendOperandTestInstance() local
2346 void clearHighBits (const tcu::PixelBufferAccess& pixels, int width, int height) in clearHighBits() argument
2364 const deInt32 width = inputAccess.getWidth(); in verifyResult() local
2366 tcu::TextureLevel refImage (mapVkFormat(m_imageDstFormat), width, heigh in verifyResult() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp97 uint32_t width; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp1141 deUint32 width; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp85 deUint32 width; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp296 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument
526 createAndAllocateImages(const DeviceInterface& vk, VkDevice device, Allocator& allocator, vector<de::SharedPtr<Allocation> >& imageMemories, deUint32 universalQueueFamilyIndex, VkFormat format, deUint32 width, deUint32 height, vector<RenderPass> renderPasses) createAndAllocateImages() argument
627 createFramebuffers(const DeviceInterface& vkd, VkDevice device, vector<SharedPtrVkRenderPass>& renderPasses, vector<SharedPtrVkImageView>& dstImageViews, deUint32 width, deUint32 height) createFramebuffers() argument
736 createRenderPipelines(const DeviceInterface& vkd, VkDevice device, vector<SharedPtrVkRenderPass>& renderPasses, vector<SharedPtrVkPipelineLayout>& pipelineLayouts, const BinaryCollection& binaryCollection, deUint32 width, deUint32 height) createRenderPipelines() argument
1125 createAndAllocateImages(const DeviceInterface& vk, VkDevice device, Allocator& allocator, vector<de::SharedPtr<Allocation> >& imageMemories, deUint32 universalQueueFamilyIndex, RenderPass renderPassInfo, VkFormat format, deUint32 width, deUint32 height) createAndAllocateImages() argument
1219 createRenderPipelines(const DeviceInterface& vkd, VkDevice device, RenderPass renderPassInfo, VkRenderPass renderPass, vector<SharedPtrVkPipelineLayout>& pipelineLayouts, const BinaryCollection& binaryCollection, VkFormat format, deUint32 width, deUint32 height) createRenderPipelines() argument
1320 createFramebuffer(const DeviceInterface& vkd, VkDevice device, RenderPass renderPassInfo, VkRenderPass renderPass, vector<SharedPtrVkImageView>& dstImageViews, deUint32 width, deUint32 height) createFramebuffer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp631 const int width = result.getWidth(); in verifyGatherOffsets() local
709 const int width = result.getWidth(); in verifyGatherOffsetsCompare() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp1687 Move<vk::VkImage> createImage2D (Context& context, deUint32 width, deUint32 height, vk::VkFormat format, vk::VkImageTiling tiling, vk::VkImageUsageFlags usageFlags) in createImage2D() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp4121 const deUint32 width = 64u; in testImageBindExportImportBind() local
4162 const deUint32 width = 64u; in testImageExportBindImportBind() local
4211 const deUint32 width = 64u; in testImageExportImportBindBind() local
4600 deUint32 width; testAndroidHardwareBufferImageFormat() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp93 deUint32 width; member
385 const deUint32 width = m_testParams.width; in iterate() local
609 const deUint32 width = testParams.width; in verify() local
213 makeImageCreateInfo(VkFormat format, deUint32 width, deUint32 height, deUint32 depth, VkImageType imageType = VK_IMAGE_TYPE_3D, VkImageUsageFlags usageFlags = VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT) makeImageCreateInfo() argument
1071 const deUint32 width = m_testParams.width; initVertexBuffer() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultiExtTests.cpp165 TriangleMosaicGenerator (deUint32 width, deUint32 height) in TriangleMosaicGenerator() argument
208 TriangleOverlapGenerator (deUint32 width, deUint32 height) in TriangleOverlapGenerator() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp115 deUint32 width; member
309 void AttachmentRateInstance::buildShadingRateObjects(deUint32 srIndex, deUint32 width, deUint32 height, VkImageUsageFlags srUsage, VkImageTiling srTiling) in buildShadingRateObjects() argument
242 buildImageWithMemory(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_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp2178 const deInt32 width = texture.size().x(); in ImageExtendOperandTestInstance() local
2317 void clearHighBits (const tcu::PixelBufferAccess& pixels, int width, int height) in clearHighBits() argument
2335 const deInt32 width = inputAccess.getWidth(); in verifyResult() local
2337 tcu::TextureLevel refImage (mapVkFormat(m_imageDstFormat), width, heigh in verifyResult() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp97 uint32_t width; member
[all...]

Completed in 101 milliseconds

1...<<131132133134135136137138139140>>...147