Home
last modified time | relevance | path

Searched defs:width (Results 1701 - 1725 of 2927) sorted by relevance

1...<<61626364656667686970>>...118

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c810 emit_tiler_context(const struct panvk_device *dev, unsigned width, unsigned height, const struct panfrost_ptr *descs) emit_tiler_context() argument
H A Dpanvk_vX_descriptor_set.c59 uint16_t width; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h794 util_texrange_covers_whole_level(const struct pipe_resource *tex, unsigned level, unsigned x, unsigned y, unsigned z, unsigned width, unsigned height, unsigned depth) util_texrange_covers_whole_level() argument
H A Du_tests.c47 util_create_texture2d(struct pipe_screen *screen, unsigned width, in util_create_texture2d() argument
H A Du_surface.c65 util_copy_box(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth, const ubyte * src, int src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z) util_copy_box() argument
94 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) util_fill_rect() argument
169 util_fill_box(ubyte * dst, enum pipe_format format, unsigned stride, unsigned layer_stride, unsigned x, unsigned y, unsigned z, unsigned width, unsigned height, unsigned depth, union util_color *uc) util_fill_box() argument
362 util_clear_color_texture_helper(struct pipe_transfer *dst_trans, ubyte *dst_map, enum pipe_format format, const union pipe_color_union *color, unsigned width, unsigned height, unsigned depth) util_clear_color_texture_helper() argument
380 util_clear_color_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, const union pipe_color_union *color, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_color_texture() argument
421 util_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_clear_render_target() argument
464 util_fill_zs_rect(ubyte *dst_map, enum pipe_format format, bool need_rmw, unsigned clear_flags, unsigned dst_stride, unsigned width, unsigned height, uint64_t zstencil) util_fill_zs_rect() argument
478 memset(dst_map, (uint8_t) zstencil, height * width); util_fill_zs_rect() local
554 util_fill_zs_box(ubyte *dst, enum pipe_format format, bool need_rmw, unsigned clear_flags, unsigned stride, unsigned layer_stride, unsigned width, unsigned height, unsigned depth, uint64_t zstencil) util_fill_zs_box() argument
575 util_clear_depth_stencil_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, unsigned clear_flags, uint64_t zstencil, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_depth_stencil_texture() argument
667 util_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_clear_depth_stencil() argument
698 unsigned width = 1, height = 1, depth = 1; is_box_inside_resource() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c63 uint32_t width, height, pitch; member
72 uint32_t width, height, depth; member
698 vl_dri3_screen_set_back_texture_from_output(struct vl_screen *vscreen, struct pipe_resource *buffer, uint32_t width, uint32_t height) vl_dri3_screen_set_back_texture_from_output() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_rs.c687 unsigned int width = blit_info->src.box.width * msaa_xscale; etna_try_rs_blit() local
[all...]
/third_party/mksh/
H A Dexpr.c712 int width; in utf_widthadj() local
729 size_t len, width = 0; in utf_mbswidth() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw.c1223 unsigned width; in check_draw_params() local
[all...]
/third_party/mesa3d/src/gbm/main/
H A Dgbm.h309 uint32_t width; member
318 uint32_t width; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c75 uint32_t width, height; in gm107_create_texture_view() local
287 uint32_t width, height; in gf100_create_texture_view() local
907 nvc0_get_surface_dims(const struct pipe_image_view *view, int *width, int *height, int *depth) nvc0_get_surface_dims() argument
963 int width, height, depth; nve4_set_surface_info() local
1081 nvc0_set_surface_info(struct nouveau_pushbuf *push, const struct pipe_image_view *view, uint64_t address, int width, int height, int depth) nvc0_set_surface_info() argument
1139 int width = 0, height = 0, depth = 0; nvc0_validate_suf() local
[all...]
H A Dnvc0_vbo_translate.c31 uint8_t width; member
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c268 uint32_t width = fb->width; in r300_clear() local
440 r300_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) r300_clear_render_target() argument
457 r300_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) r300_clear_depth_stencil() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c1062 static void opt_print(const OPTIONS *o, int doingparams, int width) in opt_print() argument
1120 int i, sawparams = 0, width = 5; in opt_help() local
/third_party/openssl/apps/lib/
H A Dopt.c1057 static void opt_print(const OPTIONS *o, int doingparams, int width) in opt_print() argument
1115 int i, sawparams = 0, width = 5; in opt_help() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFillBufferTests.cpp463 generateBuffer(tcu::PixelBufferAccess buffer, int width, int height, int depth) generateBuffer() argument
H A DvktApiImageCompressionControlTests.cpp219 static void checkAhbImageSupport (const Context& context, const TestParams testParams, const deUint32 width, const deUint32 height, const VkImageUsageFlagBits vkUsage) in checkAhbImageSupport() argument
315 static void CheckOHOSImageSupport (const Context& context, const TestParams testParams, const deUint32 width, in CheckOHOSImageSupport() argument
421 const deUint32 width = 32; in ahbImageCreateTest() local
496 const deUint32 width = 32; in OHOSImageCreateTest() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp44 pack(int pixelSize, int width, int height, int depth, vk::VkDeviceSize rowPitchOrZero, vk::VkDeviceSize depthPitchOrZero, const void * srcBuffer, void * destBuffer) pack() argument
96 unpack(int pixelSize, int width, int height, int depth, vk::VkDeviceSize rowPitchOrZero, vk::VkDeviceSize depthPitchOrZero, const void * srcBuffer, void * destBuffer) unpack() argument
167 readSurface(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readSurface() argument
191 readDepth(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readDepth() argument
210 readVolume(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readVolume() argument
235 readSurface1D(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readSurface1D() argument
259 read(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type, void * data) read() argument
280 readUsingBuffer(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, void * data) readUsingBuffer() argument
414 readSurfaceLinear(vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readSurfaceLinear() argument
427 readLinear(vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, void * data) readLinear() argument
592 uploadSurfaceLinear(const tcu::ConstPixelBufferAccess& access, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) uploadSurfaceLinear() argument
604 upload(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type, const void * data) upload() argument
682 uploadUsingBuffer(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, const void * data) uploadUsingBuffer() argument
776 uploadLinear(vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, const void * data) uploadLinear() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateLineWidthTests.cpp54 deUint32 width; member
228 de::MovePtr<ImageWithMemory> LineWidthInstance::buildImage (VkFormat format, deUint32 width, deUint32 height) in buildImage() argument
207 beginColorRenderPass(VkCommandBuffer commandBuffer, VkRenderPass renderPass, VkFramebuffer framebuffer, const deUint32 width, const deUint32 height) beginColorRenderPass() argument
264 buildPipeline(VkPrimitiveTopology lineTopology, float lineWidth, bool dynamic, deUint32 subpass, VkPipelineLayout layout, VkShaderModule vertexModule, VkShaderModule fragmentModule, VkRenderPass renderPass, deUint32 width, deUint32 height) buildPipeline() argument
307 verifyResults(const BufferWithMemory& resultBuffer, const tcu::Vec4& dynamicColor, const tcu::Vec4& staticColor, const VkFormat format, const deUint32 width, const deUint32 height, const deUint32 dynamicWidth, const deUint32 staticWidth) verifyResults() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorTests.cpp267 inline IVec4 getAreaRect (const Vec4& area, const int width, const int height) in getAreaRect() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateMiscTests.cpp178 VkPipelineFragmentShadingRateStateCreateInfoKHR makeFragmentShadingRateStateCreateInfo (uint32_t width, uint32_t height, VkFragmentShadingRateCombinerOpKHR combiner0, VkFragmentShadingRateCombinerOpKHR combiner1) in makeFragmentShadingRateStateCreateInfo() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingNullASTests.cpp62 deUint32 width; member
117 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSparseRenderTargetTests.cpp77 createSparseImageAndMemory(const DeviceInterface& vk, VkDevice device, const VkPhysicalDevice physicalDevice, const InstanceInterface& instance, Allocator& allocator, vector<de::SharedPtr<Allocation> >& allocations, deUint32 universalQueueFamilyIndex, VkQueue sparseQueue, deUint32 sparseQueueFamilyIndex, const VkSemaphore& bindSemaphore, VkFormat format, deUint32 width, deUint32 height) createSparseImageAndMemory() argument
171 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument
275 createFramebuffer(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkImageView dstImageView, deUint32 width, deUint32 height) createFramebuffer() argument
324 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkFormat format, VkPipelineLayout pipelineLayout, const BinaryCollection& binaryCollection, deUint32 width, deUint32 height) createRenderPipeline() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsArithmeticTests.cpp150 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
H A DvktSubgroupsPartitionedTests.cpp151 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument

Completed in 32 milliseconds

1...<<61626364656667686970>>...118