Home
last modified time | relevance | path

Searched defs:image (Results 1276 - 1300 of 1463) sorted by relevance

1...<<515253545556575859

/third_party/backends/backend/
H A Dplustek-pp.h74 typedef struct image { struct
/third_party/icu/icu4c/source/test/cintltst/
H A Dcapitst.c2431 uint8_t *image = imageBuffer; in TestOpenBinary() local
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c656 dri2_validate_egl_image(void *image, void *data) in dri2_validate_egl_image() argument
674 dri2_lookup_egl_image_validated(void *image, void *data) in dri2_lookup_egl_image_validated() argument
686 dri2_lookup_egl_image(__DRIscreen *screen, void *image, void *data) in dri2_lookup_egl_image() argument
3197 dri2_destroy_image_khr(_EGLDisplay *disp, _EGLImage *image) dri2_destroy_image_khr() argument
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_private.h440 struct vtn_type *image; member
595 nir_deref_instr *image; member
622 struct vtn_image_pointer *image; member
910 nir_deref_instr *image; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.c1394 tu6_clear_lrz(struct tu_cmd_buffer *cmd, struct tu_cs *cs, struct tu_image *image, const VkClearValue *value) tu6_clear_lrz() argument
1430 tu6_dirty_lrz_fc(struct tu_cmd_buffer *cmd, struct tu_cs *cs, struct tu_image *image) tu6_dirty_lrz_fc() argument
1451 tu_image_view_copy_blit(struct fdl6_view *iview, struct tu_image *image, enum pipe_format format, const VkImageSubresourceLayers *subres, uint32_t layer, bool z_scale) tu_image_view_copy_blit() argument
1484 tu_image_view_copy(struct fdl6_view *iview, struct tu_image *image, enum pipe_format format, const VkImageSubresourceLayers *subres, uint32_t layer) tu_image_view_copy() argument
1494 tu_image_view_blit(struct fdl6_view *iview, struct tu_image *image, const VkImageSubresourceLayers *subres, uint32_t layer) tu_image_view_blit() argument
1873 image_is_r8g8(struct tu_image *image) image_is_r8g8() argument
2332 clear_image(struct tu_cmd_buffer *cmd, struct tu_image *image, const VkClearValue *clear_value, const VkImageSubresourceRange *range, VkImageAspectFlags aspect_mask) clear_image() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c325 radv_get_sampler_desc(struct ac_shader_abi *abi, unsigned descriptor_set, unsigned base_index, unsigned constant_index, LLVMValueRef index, enum ac_descriptor_type desc_type, bool image, bool write, bool bindless) radv_get_sampler_desc() argument
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c878 spirv_builder_emit_image_texel_pointer(struct spirv_builder *b, SpvId result_type, SpvId image, SpvId coordinate, SpvId sample) spirv_builder_emit_image_texel_pointer() argument
891 spirv_builder_emit_image_read(struct spirv_builder *b, SpvId result_type, SpvId image, SpvId coordinate, SpvId lod, SpvId sample, SpvId offset, bool sparse) spirv_builder_emit_image_read() argument
935 spirv_builder_emit_image_write(struct spirv_builder *b, SpvId image, SpvId coordinate, SpvId texel, SpvId lod, SpvId sample, SpvId offset) spirv_builder_emit_image_write() argument
972 spirv_builder_emit_image_gather(struct spirv_builder *b, SpvId result_type, SpvId image, SpvId coordinate, SpvId component, SpvId lod, SpvId sample, SpvId const_offset, SpvId offset, SpvId dref, bool sparse) spirv_builder_emit_image_gather() argument
1030 spirv_builder_emit_image_fetch(struct spirv_builder *b, SpvId result_type, SpvId image, SpvId coordinate, SpvId lod, SpvId sample, SpvId const_offset, SpvId offset, bool sparse) spirv_builder_emit_image_fetch() argument
1080 spirv_builder_emit_image_query_size(struct spirv_builder *b, SpvId result_type, SpvId image, SpvId lod) spirv_builder_emit_image_query_size() argument
1106 spirv_builder_emit_image_query_levels(struct spirv_builder *b, SpvId result_type, SpvId image) spirv_builder_emit_image_query_levels() argument
1114 spirv_builder_emit_image_query_lod(struct spirv_builder *b, SpvId result_type, SpvId image, SpvId coords) spirv_builder_emit_image_query_lod() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c197 ntfs_walk_clusters_ctx *image; member
633 is_critical_metadata(ntfs_walk_clusters_ctx *image, runlist *rl) global() argument
1271 wipe_timestamps(ntfs_walk_clusters_ctx *image) global() argument
1287 wipe_resident_data(ntfs_walk_clusters_ctx *image) global() argument
1354 clone_logfile_parts(ntfs_walk_clusters_ctx *image, runlist *rl) global() argument
1394 ntfs_walk_clusters_ctx image; global() local
1503 copy_wipe_mft(ntfs_walk_clusters_ctx *image, runlist *rl) global() argument
1586 copy_wipe_i30(ntfs_walk_clusters_ctx *image, runlist *rl) global() argument
1660 dump_clusters(ntfs_walk_clusters_ctx *image, runlist *rl) global() argument
2511 ignore_bad_clusters(ntfs_walk_clusters_ctx *image) global() argument
2590 ntfs_walk_clusters_ctx image; global() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dfbobject.c2899 _mesa_EGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image) _mesa_EGLImageTargetRenderbufferStorageOES() argument
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c2258 const struct dzn_image *image = NULL; in dzn_device_memory_create() local
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c1077 wsi_display_image_init(VkDevice device_h, struct wsi_swapchain *drv_chain, const VkSwapchainCreateInfoKHR *create_info, const VkAllocationCallbacks *allocator, struct wsi_display_image *image) wsi_display_image_init() argument
1144 wsi_display_image_finish(struct wsi_swapchain *drv_chain, const VkAllocationCallbacks *allocator, struct wsi_display_image *image) wsi_display_image_finish() argument
1211 struct wsi_display_image *image = data; wsi_display_page_flip_handler2() local
1814 struct wsi_display_image *image = NULL; _wsi_display_queue_next() local
1904 struct wsi_display_image *image = &chain->images[image_index]; wsi_display_queue_present() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.c1244 vn_CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue *pColor, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) vn_CmdClearColorImage() argument
1256 vn_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) vn_CmdClearDepthStencilImage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp120 getMemoryDedicatedRequirements(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkImage image) getMemoryDedicatedRequirements() argument
[all...]
H A DvktApiImageClearingTests.cpp118 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument
857 createImageView(VkImage image, VkImageViewType viewType, VkFormat format, VkImageAspectFlags aspectMask, LayerRange layerRange) const createImageView() argument
1137 pipelineImageBarrierGen(VkImage image, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, VkAccessFlags srcAccessMask, VkAccessFlags dstAccessMask, VkImageLayout oldLayout, VkImageLayout newLayout, VkImageAspectFlags aspectMask) const pipelineImageBarrierGen() argument
1319 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_DEPTH_BIT, arrayLayer); verifyResultImage() local
1357 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_STENCIL_BIT, arrayLayer); verifyResultImage() local
1430 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_COLOR_BIT, arrayLayer); verifyResultImage() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorSetRandomTests.cpp2114 de::MovePtr<ImageWithMemory> image; iterate() local
[all...]
H A DvktBindingDescriptorUpdateASTests.cpp390 const de::MovePtr<ImageWithMemory> image = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vkd, device, allocator, imageCreateInfo, MemoryRequirement::Any)); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp974 ut::ImageHandleAllocSp image; in createImages() local
1672 const VkImage& image = *frameBuffer->image->image; commandReadFrameBuffer() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp405 Move<VkImageView> AttachmentRateInstance::buildImageView (VkDevice device, const DeviceInterface& vk, VkFormat format, VkImage image) in buildImageView() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp51 namespace image namespace
H A DvktImageHostImageCopyTests.cpp48 namespace image namespace
255 void HostImageCopyTestInstance::transitionImageLayout (const Move<vk::VkCommandBuffer>* cmdBuffer, vk::VkImage image, vk::VkImageLayout oldLayout, vk::VkImageLayout newLayout, vk::VkImageSubresourceRange subresourceRange) in transitionImageLayout() argument
284 copyMemoryToImage(const std::vector<deUint8> testData, vk::VkImage image, deUint32 texelSize, const vk::VkImageSubresourceLayers subresourceLayers, deInt32 xOffset, deInt32 yOffset, deUint32 width, deUint32 height) copyMemoryToImage() argument
1196 std::string image; initPrograms() local
1315 de::MovePtr<ImageWithMemory> image = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vk, device, alloc, createInfo, vk::MemoryRequirement::HostVisible)); iterate() local
[all...]
H A DvktImageLoadStoreTests.cpp66 namespace image namespace
376 void commandImageWriteBarrierBetweenShaderInvocations (Context& context, const VkCommandBuffer cmdBuffer, const VkImage image, cons argument
401 commandCopyImageToBuffer(Context& context, const VkCommandBuffer cmdBuffer, const VkImage image, const VkBuffer buffer, const VkDeviceSize bufferSizeBytes, const Texture& texture) commandCopyImageToBuffer() argument
428 commandCopyMipmapImageToBuffer(Context& context, const VkCommandBuffer cmdBuffer, const VkImage image, const VkFormat imageFormat, const VkBuffer buffer, const VkDeviceSize bufferSizeBytes, const Texture& texture) commandCopyMipmapImageToBuffer() argument
[all...]
H A DvktImageMutableTests.cpp66 namespace image namespace
760 void generateExpectedImage(const tcu::PixelBufferAccess& image, const CaseDef& caseDef) in generateExpectedImage() argument
970 runSwapchain(Context& context, VkBuffer buffer, VkImage image) runSwapchain() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp1178 de::MovePtr<ImageWithMemory> image; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp641 void BaseRenderingTestInstance::addImageTransitionBarrier(VkCommandBuffer commandBuffer, VkImage image, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, VkAccessFlags srcAccessMask, VkAccessFlags dstAccessMask, VkImageLayout oldLayout, VkImageLayout newLayout) const in addImageTransitionBarrier() argument
684 drawPrimitives(tcu::Surface& result, const std::vector<tcu::Vec4>& positionData, const std::vector<tcu::Vec4>& colorData, VkPrimitiveTopology primitiveTopology, VkImage image, VkImage resolvedImage, VkFramebuffer frameBuffer, const deUint32 renderSize, VkBuffer resultBuffer, const Allocation& resultBufferMemory) drawPrimitives() argument
2118 verifyPoint(tcu::TestLog& log, tcu::PixelBufferAccess& image, float pointSize) verifyPoint() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp989 deUint32 PipelineFlagsInstance::computeSamePixelCount (const std::vector<tcu::IVec4>& image, in computeSamePixelCount() argument
1255 const de::MovePtr<ImageWithMemory> image in iterate() local
[all...]

Completed in 79 milliseconds

1...<<515253545556575859