Home
last modified time | relevance | path

Searched defs:access (Results 426 - 450 of 782) sorted by relevance

1...<<11121314151617181920>>...32

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.h131 iris_domain_is_read_only(enum iris_domain access) in iris_domain_is_read_only() argument
138 iris_domain_is_l3_coherent(const struct intel_device_info *devinfo, enum iris_domain access) iris_domain_is_l3_coherent() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c824 dd_context_make_image_handle_resident(struct pipe_context *_pipe, uint64_t handle, unsigned access, bool resident) dd_context_make_image_handle_resident() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_draw.cpp28 VkAccessFlags access = VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT; in zink_emit_xfb_counter_barrier() local
H A Dzink_resource.h62 VkAccessFlags access; member
275 zink_resource_usage_check_completion(struct zink_screen *screen, struct zink_resource *res, enum zink_resource_access access) in zink_resource_usage_check_completion() argument
281 zink_resource_usage_wait(struct zink_context *ctx, struct zink_resource *res, enum zink_resource_access access) in zink_resource_usage_wait() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c404 noop_make_image_handle_resident(struct pipe_context *ctx, uint64_t handle, unsigned access, bool resident) noop_make_image_handle_resident() argument
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_context.c1017 access(const char *pathname, int mode) in access() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp634 void BufferViewAllFormatsTestInstance::populateSourceBuffer (const tcu::PixelBufferAccess& access, deUint32 bufferNdx) in populateSourceBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp457 VkAccessFlags access[2]; in pipelineAccessFromStage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageQualifiersTests.cpp90 getLayerOrSlice(const ImageType imageType, const tcu::ConstPixelBufferAccess& access, const deUint32 layer) getLayerOrSlice() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp746 const tcu::ConstPixelBufferAccess& access = texture2D.getLevel(0); in uploadImage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp389 tcu::PixelBufferAccess access = ref[i].getAccess(); in iterate() local
714 tcu::PixelBufferAccess access = ref[l].getAccess(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureShadowTests.cpp96 void clampFloatingPointTexture (const tcu::PixelBufferAccess& access) in clampFloatingPointTexture() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrViewTests.cpp460 std::unique_ptr<PixelSetter> getPixelSetter (const tcu::PixelBufferAccess& access, VkFormat format) in getPixelSetter() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp624 void BufferViewAllFormatsTestInstance::populateSourceBuffer (const tcu::PixelBufferAccess& access, deUint32 bufferNdx) in populateSourceBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp457 VkAccessFlags access[2]; in pipelineAccessFromStage() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageQualifiersTests.cpp90 getLayerOrSlice(const ImageType imageType, const tcu::ConstPixelBufferAccess& access, const deUint32 layer) getLayerOrSlice() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.cpp36 CaptureBindImageTexture(const State &glState, bool isCallValid, GLuint unit, TextureID texturePacked, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) CaptureBindImageTexture() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp530 vk::CommandBufferAccess access; in copySubData() local
602 angle::Result BufferVk::map(const gl::Context *context, GLenum access, voi argument
610 mapRange(const gl::Context *context, size_t offset, size_t length, GLbitfield access, void **mapPtr) mapRange() argument
620 mapImpl(ContextVk *contextVk, GLbitfield access, void **mapPtr) mapImpl() argument
625 ghostMappedBuffer(ContextVk *contextVk, VkDeviceSize offset, VkDeviceSize length, GLbitfield access, void **mapPtr) ghostMappedBuffer() argument
684 mapRangeImpl(ContextVk *contextVk, VkDeviceSize offset, VkDeviceSize length, GLbitfield access, void **mapPtr) mapRangeImpl() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.cpp52 GL_BindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) GL_BindImageTexture() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLCompatibilityTest.cpp701 GLint access = 0; in TEST_P() local
/third_party/skia/src/gpu/
H A DGrGpu.h830 prepareSurfacesForBackendAccessAndStateUpdates( SkSpan<GrSurfaceProxy*> proxies, SkSurface::BackendSurfaceAccess access, const GrBackendSurfaceMutableState* newState) prepareSurfacesForBackendAccessAndStateUpdates() argument
H A DGrGpu.cpp684 executeFlushInfo(SkSpan<GrSurfaceProxy*> proxies, SkSurface::BackendSurfaceAccess access, const GrFlushInfo& info, const GrBackendSurfaceMutableState* newState) executeFlushInfo() argument
/third_party/skia/tests/
H A DSurfaceTest.cpp285 test_backend_texture_access_copy_on_write( skiatest::Reporter* reporter, SkSurface* surface, SkSurface::BackendHandleAccess access) test_backend_texture_access_copy_on_write() argument
297 test_backend_rendertarget_access_copy_on_write( skiatest::Reporter* reporter, SkSurface* surface, SkSurface::BackendHandleAccess access) test_backend_rendertarget_access_copy_on_write() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DShaderModuleD3D12.cpp68 void Serialize(std::stringstream& output, const tint::ast::Access& access) { in Serialize() argument
69 output << access; in Serialize() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp341 GLenum access; in ApplyBindGroup() local

Completed in 52 milliseconds

1...<<11121314151617181920>>...32