Home
last modified time | relevance | path

Searched defs:images (Results 101 - 125 of 174) sorted by relevance

1234567

/third_party/glfw/src/
H A Dwin32_window.c79 static const GLFWimage* chooseImage(int count, const GLFWimage* images, in chooseImage() argument
1595 void _glfwSetWindowIconWin32(_GLFWwindow* window, int count, const GLFWimage* images) in _glfwSetWindowIconWin32() argument
H A Dx11_window.c2105 void _glfwSetWindowIconX11(_GLFWwindow* window, int count, const GLFWimage* images) in _glfwSetWindowIconX11() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c448 struct __DRIimageList images; in dri2_allocate_textures() local
218 dri_image_drawable_get_buffers(struct dri_drawable *drawable, struct __DRIimageList *images, const enum st_attachment_type *statts, unsigned statts_count) dri_image_drawable_get_buffers() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c625 tegra_set_shader_images(struct pipe_context *pcontext, unsigned int shader, unsigned start, unsigned count, unsigned unbind_num_trailing_slots, const struct pipe_image_view *images) tegra_set_shader_images() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c1391 virgl_encode_set_shader_images(struct virgl_context *ctx, enum pipe_shader_type shader, unsigned start_slot, unsigned count, const struct pipe_image_view *images) virgl_encode_set_shader_images() argument
[all...]
H A Dvirgl_context.c1316 virgl_set_shader_images(struct pipe_context *ctx, enum pipe_shader_type shader, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, const struct pipe_image_view *images) virgl_set_shader_images() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader.h164 } images[PIPE_MAX_SHADER_IMAGES]; member
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c954 struct x11_image images[0]; member
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.h161 struct lp_jit_image images[PIPE_MAX_SHADER_IMAGES]; member
447 struct lp_jit_image images[PIPE_MAX_SHADER_IMAGES]; member
H A Dlp_state_cs.c710 struct lp_image_static_state *images = lp_cs_variant_key_images(key); in dump_cs_variant_key() local
1146 lp_csctx_set_cs_images(struct lp_cs_context *csctx, unsigned num, struct pipe_image_view *images) lp_csctx_set_cs_images() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h281 struct pipe_image_view images[6][NVC0_MAX_IMAGES]; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_private.h416 struct pipe_image_view *images[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES]; member
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c77 nir_variable *images[PIPE_MAX_SHADER_IMAGES]; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c674 static void si_release_image_views(struct si_images *images) in si_release_image_views() argument
685 static void si_image_views_begin_new_cs(struct si_context *sctx, struct si_images *images) in si_image_views_begin_new_cs() argument
700 static bool si_image_views_check_encrypted(struct si_context *sctx, struct si_images *images, in si_image_views_check_encrypted() argument
720 struct si_images *images = &ctx->images[shader]; si_disable_shader_image() local
833 struct si_images *images = &ctx->images[shader]; si_set_shader_image() local
922 si_images_update_needs_color_decompress_mask(struct si_images *images) si_images_update_needs_color_decompress_mask() argument
1803 struct si_images *images = &sctx->images[shader]; si_rebind_buffer() local
2008 struct si_images *images = &sctx->images[shader]; si_update_all_texture_descriptors() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.h356 VkDescriptorImageInfo images[PIPE_SHADER_TYPES][ZINK_MAX_SHADER_IMAGES]; member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c2132 trace_context_set_shader_images(struct pipe_context *_context, enum pipe_shader_type shader, unsigned start, unsigned nr, unsigned unbind_num_trailing_slots, const struct pipe_image_view *images) trace_context_set_shader_images() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1242 de::MovePtr<ImageWithMemory> images[2]; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp602 std::vector<VkImage> images = { variable
H A DvktPipelineDepthTests.cpp526 std::vector<VkImage> images; variable
H A DvktPipelineFramebufferAttachmentTests.cpp415 vector<VkImage> images; in test() local
1069 vector<VkImage> images; in testMultiAttachments() local
1496 vector<VkImage> images; in testInputResolveSameAttachment() local
[all...]
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp923 std::vector<VkImage> images; in draw() local
1545 std::vector<VkImage> images; in drawResolve() local
[all...]
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1862 const std::vector<vk::VkImage> images = in iterate() local
H A DvktPipelinePushDescriptorTests.cpp3932 std::vector<VkImage> images = in init() local
H A DvktPipelineRenderToImageTests.cpp984 vector<VkImage> images; in testWithSizeReduction() local
1346 vector<VkImage> images; in drawToMipLevel() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp344 createImageViews(const vector<VkImageSp>& images, deUint32 mipLevel, deUint32 baseLayer) const createImageViews() argument
[all...]

Completed in 66 milliseconds

1234567