Home
last modified time | relevance | path

Searched defs:images (Results 126 - 150 of 171) sorted by relevance

1234567

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayControlTests.cpp479 initImageViews(const DeviceInterface& vkd, VkDevice device, const std::vector<VkImage>& images, VkFormat format, std::vector<VkImageView>& imageViews) initImageViews() argument
H A DvktWsiDisplayTimingTests.cpp425 initImageViews(const vk::DeviceInterface& vkd, vk::VkDevice device, const std::vector<vk::VkImage>& images, vk::VkFormat format, std::vector<vk::VkImageView>& imageViews) initImageViews() argument
H A DvktWsiIncrementalPresentTests.cpp505 initImageViews(const vk::DeviceInterface& vkd, vk::VkDevice device, const std::vector<vk::VkImage>& images, vk::VkFormat format, std::vector<vk::VkImageView>& imageViews) initImageViews() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1242 de::MovePtr<ImageWithMemory> images[2]; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp3949 static const GLchar* images[] = { "uimage1D", "uimage1DArray", "uimage2D", "uimage2DArray", in iterate() local
/third_party/vk-gl-cts/executor/
H A DxeTestCaseResult.hpp283 List images; member in xe::ri::ImageSet
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp340 createImageViews(const vector<VkImageSp>& images, deUint32 mipLevel) const createImageViews() argument
[all...]
H A DvktRenderPassMultisampleTests.cpp478 createImageMemory(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const std::vector<VkImageSp> images) createImageMemory() argument
491 createImageAttachmentViews(const DeviceInterface& vkd, VkDevice device, const std::vector<VkImageSp>& images, VkFormat format, VkImageAspectFlagBits aspect) createImageAttachmentViews() argument
[all...]
H A DvktRenderPassSubpassDependencyTests.cpp536 vector<SharedPtrVkImage> images; in createAndAllocateImages() local
1144 vector<SharedPtrVkImage> images; in createAndAllocateImages() local
271 createImageViews(const DeviceInterface& vkd, VkDevice device, vector<SharedPtrVkImage> images, VkFormat format, VkImageAspectFlags aspect) createImageViews() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp1459 std::fill(begin(images) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(images), ImageSp()); variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp706 vector<TestImageSp> images; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayControlTests.cpp479 initImageViews(const DeviceInterface& vkd, VkDevice device, const std::vector<VkImage>& images, VkFormat format, std::vector<VkImageView>& imageViews) initImageViews() argument
H A DvktWsiDisplayTimingTests.cpp425 initImageViews(const vk::DeviceInterface& vkd, vk::VkDevice device, const std::vector<vk::VkImage>& images, vk::VkFormat format, std::vector<vk::VkImageView>& imageViews) initImageViews() argument
H A DvktWsiIncrementalPresentTests.cpp505 initImageViews(const vk::DeviceInterface& vkd, vk::VkDevice device, const std::vector<vk::VkImage>& images, vk::VkFormat format, std::vector<vk::VkImageView>& imageViews) initImageViews() argument
/third_party/glfw/src/
H A Dwl_window.c2235 _glfwSetWindowIconWayland(_GLFWwindow* window, int count, const GLFWimage* images) _glfwSetWindowIconWayland() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c797 static void r600_update_compressed_colortex_mask_images(struct r600_image_state *images) in r600_update_compressed_colortex_mask_images() argument
1518 struct r600_image_state *images = NULL; in eg_setup_buffer_constants() local
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c150 struct wsi_display_image images[0]; member
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.c388 const struct vn_image **images = in vn_cmd_begin_render_pass() local
421 const struct vn_image **images = cmd->builder.present_src_images; in vn_cmd_end_render_pass() local
328 vn_cmd_transfer_present_src_images( struct vn_command_buffer *cmd, const struct vn_image *const *images, const struct vn_present_src_attachment *atts, uint32_t count) vn_cmd_transfer_present_src_images() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h169 struct draw_jit_image images[PIPE_MAX_SHADER_IMAGES]; member
273 struct draw_jit_image images[PIPE_MAX_SHADER_IMAGES]; member
354 struct draw_jit_image images[PIPE_MAX_SHADER_IMAGES]; member
408 struct draw_jit_image images[PIPE_MAX_SHADER_IMAGES]; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp957 VkDeviceSize CommonDescriptorInstance::createImages (std::vector<ut::ImageHandleAllocSp>& images, in createImages() argument
1004 createImagesViews(std::vector<ut::ImageViewSp>& views, const std::vector<ut::ImageHandleAllocSp>& images, VkFormat format) createImagesViews() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp620 std::vector<vk::VkImage> images; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp536 vector<SharedPtrVkImage> images; in createAndAllocateImages() local
1144 vector<SharedPtrVkImage> images; in createAndAllocateImages() local
271 createImageViews(const DeviceInterface& vkd, VkDevice device, vector<SharedPtrVkImage> images, VkFormat format, VkImageAspectFlags aspect) createImageViews() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp976 VkDeviceSize CommonDescriptorInstance::createImages (std::vector<ut::ImageHandleAllocSp>& images, in createImages() argument
1023 createImagesViews(std::vector<ut::ImageViewSp>& views, const std::vector<ut::ImageHandleAllocSp>& images, VkFormat format) createImagesViews() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp327 std::vector<ImageProperties> images; in SetDomAttributesWithArray() local
297 GetAttrImages( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arrayVal, std::vector<ImageProperties>& images) GetAttrImages() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2048 const auto& images = data.images; in ProcessBindings() local

Completed in 69 milliseconds

1234567