| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_execute.c | 1901 struct lvp_image *image = mem_dup(imgv->image, sizeof(struct lvp_image)); create_multisample_surface() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | teximage.c | 3394 egl_image_target_texture(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLeglImageOES image, bool tex_storage, const char *caller) egl_image_target_texture() argument 3468 _mesa_EGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image) _mesa_EGLImageTargetTexture2DOES() argument 3477 egl_image_target_texture_storage(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLeglImageOES image, const GLint *attrib_list, const char *caller) egl_image_target_texture_storage() argument 3497 _mesa_EGLImageTargetTexStorageEXT(GLenum target, GLeglImageOES image, const GLint *attrib_list) _mesa_EGLImageTargetTexStorageEXT() argument 3508 _mesa_EGLImageTargetTextureStorageEXT(GLuint texture, GLeglImageOES image, const GLint *attrib_list) _mesa_EGLImageTargetTextureStorageEXT() argument [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_private.h | 535 const struct dzn_image *image; member 545 const struct dzn_image *image; member
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 3238 struct lp_build_image_soa *image = in generate_fragment() local 3565 const struct lp_static_texture_state *image = &images[i].image_state; in dump_fs_variant_key() local 618 generate_fs_loop(struct gallivm_state *gallivm, struct lp_fragment_shader *shader, const struct lp_fragment_shader_variant_key *key, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef sample_pos_array, LLVMValueRef num_loop, struct lp_build_interp_soa_context *interp, const struct lp_build_sampler_soa *sampler, const struct lp_build_image_soa *image, LLVMValueRef mask_store, LLVMValueRef (*out_color)[4], LLVMValueRef depth_base_ptr, LLVMValueRef depth_stride, LLVMValueRef depth_sample_stride, LLVMValueRef color_ptr_ptr, LLVMValueRef color_stride_ptr, LLVMValueRef color_sample_stride_ptr, LLVMValueRef facing, LLVMValueRef thread_data_ptr) generate_fs_loop() argument 4187 const struct pipe_image_view *image = images ? &images[idx] : NULL; llvmpipe_set_shader_images() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_context.h | 557 struct iris_image_view image[PIPE_MAX_SHADER_IMAGES]; member
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.c | 1027 tgsi_exec_machine_bind_shader( struct tgsi_exec_machine *mach, const struct tgsi_token *tokens, struct tgsi_sampler *sampler, struct tgsi_image *image, struct tgsi_buffer *buffer) tgsi_exec_machine_bind_shader() argument
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_context.h | 412 struct crocus_image_view image[PIPE_MAX_SHADER_IMAGES]; member
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1930 struct lp_build_image_soa *image = NULL; in draw_llvm_generate() local 2462 struct draw_image_static_state *image = draw_llvm_variant_key_images(key); in draw_llvm_dump_variant_key() local 2754 struct lp_build_image_soa *image = NULL; draw_gs_llvm_generate() local 3060 struct draw_image_static_state *image = draw_gs_llvm_variant_key_images(key); draw_gs_llvm_dump_variant_key() local 3346 struct lp_build_image_soa *image = NULL; draw_tcs_llvm_generate() local 3722 struct draw_image_static_state *image = draw_tcs_llvm_variant_key_images(key); draw_tcs_llvm_dump_variant_key() local 3917 struct lp_build_image_soa *image = NULL; draw_tes_llvm_generate() local 4262 struct draw_image_static_state *image = draw_tes_llvm_variant_key_images(key); draw_tes_llvm_dump_variant_key() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 977 struct pipe_image_view *image = &ctx->images[stage][i]; in panfrost_emit_images() local 1130 struct pipe_image_view *image = &ctx->images[st][idx]; in panfrost_upload_image_size_sysval() local 1885 struct pipe_image_view *image = &ctx->images[shader][i]; emit_image_bufs() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiCopiesAndBlittingTests.cpp | 359 ImageParms image; member 431 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind, const deUint32 offset) allocateImage() argument 752 uploadImageAspect(const tcu::ConstPixelBufferAccess& imageAccess, const VkImage& image, const ImageParms& parms, const deUint32 mipLevels) uploadImageAspect() argument 955 readImageAspect(vk::VkImage image, const tcu::PixelBufferAccess& dst, const ImageParms& imageParms, const deUint32 mipLevel) readImageAspect() argument 1088 readImage(vk::VkImage image, const ImageParms& parms, const deUint32 mipLevel) readImage() argument [all...] |
| H A D | vktApiObjectManagementTests.cpp | 3348 CaseDescription<Image> image; global() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
| H A D | vktFragmentShadingRateBasic.cpp | 3248 copyImageToBufferOnNormalSubpass(VkCommandBuffer cmdBuffer, const ImageWithMemory* image, const BufferWithMemory* outputBuffer, const VkDeviceSize bufferSize) copyImageToBufferOnNormalSubpass() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageCompressionTranscodingSupport.cpp | 62 namespace image namespace [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 371 bool compareGreenImage (tcu::TestLog& log, const char* name, const char* description, const tcu::ConstPixelBufferAccess& image) in compareGreenImage() argument 408 int countUniqueColors (const tcu::ConstPixelBufferAccess& image) in countUniqueColors() argument 746 deUint32 addAttachment (const VkImage image, in addAttachment() argument 992 recordImageBarrier(const DeviceInterface& vk, const VkCommandBuffer cmdBuffer, const VkImage image, const VkImageAspectFlags aspect, const VkPipelineStageFlags srcStageMask, const VkPipelineStageFlags dstStageMask, const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkImageLayout oldLayout, const VkImageLayout newLayout, const VkSampleLocationsInfoEXT* pSampleLocationsInfo = DE_NULL) recordImageBarrier() argument 1021 recordWaitEventWithImage(const DeviceInterface& vk, const VkCommandBuffer cmdBuffer, const VkEvent event, const VkImage image, const VkImageAspectFlags aspect, const VkPipelineStageFlags srcStageMask, const VkPipelineStageFlags dstStageMask, const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkImageLayout oldLayout, const VkImageLayout newLayout, const VkSampleLocationsInfoEXT* pSampleLocationsInfo = DE_NULL) recordWaitEventWithImage() argument [all...] |
| H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 237 Move<VkImage> image; member [all...] |
| H A D | vktPipelineTimestampTests.cpp | 2674 initialImageTransition(VkCommandBuffer cmdBuffer, VkImage image, VkImageSubresourceRange subRange, VkImageLayout layout) initialImageTransition() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
| H A D | vktRayQueryAccelerationStructuresTests.cpp | 2476 const de::MovePtr<ImageWithMemory> image = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vkd, device, allocator, imageCreateInfo, MemoryRequirement::Any)); in runTest() local [all...] |
| H A D | vktRayQueryBuiltinTests.cpp | 5689 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/renderpass/ |
| H A D | vktRenderPassFragmentDensityMapTests.cpp | 253 prepareImageAndImageView(const DeviceInterface& vk, VkDevice vkDevice, SimpleAllocator& memAlloc, VkImageCreateFlags imageCreateFlags, VkFormat format, VkExtent3D extent, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageUsageFlags usage, deUint32 queueFamilyIndex, VkImageViewCreateFlags viewFlags, VkImageViewType viewType, const VkComponentMapping& channels, const VkImageSubresourceRange& subresourceRange, Move<VkImage>& image, de::MovePtr<Allocation>& imageAlloc, Move<VkImageView>& imageView) prepareImageAndImageView() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationOperation.cpp | 2988 const ImageResource& image = m_resource.getImage(); MSImageImplementation() local 5442 Resource(vk::Move<vk::VkImage> image, de::MovePtr<vk::Allocation> allocation, const vk::VkExtent3D& extent, vk::VkImageType imageType, vk::VkFormat format, vk::VkImageSubresourceRange subresourceRange, vk::VkImageSubresourceLayers subresourceLayers, vk::VkImageTiling tiling) Resource() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| H A D | vktPrimitivesGeneratedQueryTests.cpp | 1420 void prepareColorAttachment (const DeviceInterface& vkd, const VkCommandBuffer cmdBuffer, const VkImage image, const VkImageSubresourceRange imageSRR) in prepareColorAttachment() argument 2184 void ConcurrentPrimitivesGeneratedQueryTestInstance::copyColorImageToBuffer (const DeviceInterface& vk, VkCommandBuffer cmdBuffer, VkImage image, VkBuffer buffer) in copyColorImageToBuffer() argument
|
| H A D | vktTransformFeedbackSimpleTests.cpp | 403 makeImageMemoryBarrier(const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkImageLayout oldLayout, const VkImageLayout newLayout, const VkImage image, const VkImageSubresourceRange subresourceRange) makeImageMemoryBarrier() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiObjectManagementTests.cpp | 3348 CaseDescription<Image> image; global() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageCompressionTranscodingSupport.cpp | 62 namespace image namespace [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| H A D | spirv_instruction_builder_autogen.cpp | 568 WriteImageTexelPointer(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef image, IdRef coordinate, IdRef sample) WriteImageTexelPointer() argument 858 WriteSampledImage(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef image, IdRef sampler) WriteSampledImage() argument 1062 WriteImageFetch(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef image, IdRef coordinate, const spv::ImageOperandsMask *imageOperands, const IdRefList &imageOperandIdsList) WriteImageFetch() argument 1138 WriteImageRead(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef image, IdRef coordinate, const spv::ImageOperandsMask *imageOperands, const IdRefList &imageOperandIdsList) WriteImageRead() argument 1162 WriteImageWrite(Blob *blob, IdRef image, IdRef coordinate, IdRef texel, const spv::ImageOperandsMask *imageOperands, const IdRefList &imageOperandIdsList) WriteImageWrite() argument 1193 WriteImageQuerySizeLod(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef image, IdRef levelofDetail) WriteImageQuerySizeLod() argument 1207 WriteImageQuerySize(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef image) WriteImageQuerySize() argument 1230 WriteImageQueryLevels(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef image) WriteImageQueryLevels() argument 1239 WriteImageQuerySamples(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef image) WriteImageQuerySamples() argument 3152 WriteImageSparseFetch(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef image, IdRef coordinate, const spv::ImageOperandsMask *imageOperands, const IdRefList &imageOperandIdsList) WriteImageSparseFetch() argument 3247 WriteImageSparseRead(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef image, IdRef coordinate, const spv::ImageOperandsMask *imageOperands, const IdRefList &imageOperandIdsList) WriteImageSparseRead() argument [all...] |