| /third_party/node/deps/v8/src/compiler/ |
| H A D | int64-lowering.cc | 265 ObjectAccess access = ObjectAccessOf(node->op()); in LowerNode() local 272 ObjectAccess access = ObjectAccessOf(node->op()); in LowerNode() local 295 ObjectAccess access = ObjectAccessOf(node->op()); in LowerNode() local 302 ObjectAccess access in LowerNode() local [all...] |
| H A D | node-properties.cc | 440 FieldAccess const& access = FieldAccessOf(effect->op()); in InferMapsUnsafe() local
|
| H A D | typed-optimization.cc | 290 FieldAccess const& access = FieldAccessOf(node->op()); in ReduceLoadField() local
|
| H A D | store-store-elimination.cc | 249 StoreOffset ToOffset(const FieldAccess& access) { in ToOffset() argument 317 const FieldAccess& access = FieldAccessOf(node->op()); in RecomputeSet() local 359 const FieldAccess& access in RecomputeSet() local [all...] |
| H A D | memory-lowering.cc | 379 ObjectAccess const& access = ObjectAccessOf(node->op()); in ReduceLoadFromObject() local 400 ElementAccess const& access = ElementAccessOf(node->op()); in ReduceLoadElement() local 472 FieldAccess const& access = FieldAccessOf(node->op()); in ReduceLoadField() local 505 ObjectAccess const& access = ObjectAccessOf(node->op()); ReduceStoreToObject() local 525 ElementAccess const& access = ElementAccessOf(node->op()); ReduceStoreElement() local 541 FieldAccess const& access = FieldAccessOf(node->op()); ReduceStoreField() local 590 ComputeIndex(ElementAccess const& access, Node* index) ComputeIndex() argument [all...] |
| H A D | representation-change.h | 342 MachineType TypeForBasePointer(const FieldAccess& access) { in TypeForBasePointer() argument 347 MachineType TypeForBasePointer(const ElementAccess& access) { in TypeForBasePointer() argument
|
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | platform-starboard.cc | 133 void* Allocate(void* address, size_t size, OS::MemoryPermission access) { in Allocate() argument 201 bool OS::SetPermissions(void* address, size_t size, MemoryPermission access) { in SetPermissions() argument 156 Allocate(void* address, size_t size, size_t alignment, MemoryPermission access) Allocate() argument
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_batch.c | 446 iris_use_pinned_bo(struct iris_batch *batch, struct iris_bo *bo, bool writable, enum iris_domain access) iris_use_pinned_bo() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_inlines.h | 377 pipe_buffer_map_range(struct pipe_context *pipe, struct pipe_resource *buffer, unsigned offset, unsigned length, unsigned access, struct pipe_transfer **transfer) pipe_buffer_map_range() argument 408 pipe_buffer_map(struct pipe_context *pipe, struct pipe_resource *buffer, unsigned access, struct pipe_transfer **transfer) pipe_buffer_map() argument 542 pipe_texture_map(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned layer, unsigned access, unsigned x, unsigned y, unsigned w, unsigned h, struct pipe_transfer **transfer) pipe_texture_map() argument 562 pipe_texture_map_3d(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned access, unsigned x, unsigned y, unsigned z, unsigned w, unsigned h, unsigned d, struct pipe_transfer **transfer) pipe_texture_map_3d() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_render_pass.c | 263 zink_render_pass_attachment_get_barrier_info(const struct zink_rt_attrib *rt, bool color, VkPipelineStageFlags *pipeline, VkAccessFlags *access) zink_render_pass_attachment_get_barrier_info() argument
|
| /third_party/mesa3d/src/gallium/frontends/wgl/ |
| H A D | stw_nopfuncs.c | 119 nop_glMapNamedBufferEXT(GLuint buffer, GLenum access) in nop_glMapNamedBufferEXT() argument
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_tex.c | 1390 nve4_make_image_handle_resident(struct pipe_context *pipe, uint64_t handle, unsigned access, bool resident) nve4_make_image_handle_resident() argument 1479 gm107_make_image_handle_resident(struct pipe_context *pipe, uint64_t handle, unsigned access, bool resident) gm107_make_image_handle_resident() argument
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_job.c | 334 uint32_t access = PAN_BO_ACCESS_READ | in panfrost_batch_read_rsrc() local 353 uint32_t access = PAN_BO_ACCESS_WRITE | in panfrost_batch_write_rsrc() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawAhbTests.cpp | 157 void AhbTestInstance::generateRefImage (const tcu::PixelBufferAccess& access, const vector<tcu::Vec4>& vertices, const vector<tcu::Vec4>& colors) const in generateRefImage() argument
|
| H A D | vktDrawImageObjectUtil.cpp | 526 void Image::uploadVolume(const tcu::ConstPixelBufferAccess& access, in uploadVolume() argument 548 void Image::uploadSurface (const tcu::ConstPixelBufferAccess& access, in uploadSurface() argument 570 uploadSurface1D(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) uploadSurface1D() argument 592 uploadSurfaceLinear(const tcu::ConstPixelBufferAccess& access, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) uploadSurfaceLinear() argument [all...] |
| H A D | vktDrawOHOSNativeBufferTests.cpp | 157 void OHOSNativeBufferTestInstance::generateRefImage (const tcu::PixelBufferAccess& access, in generateRefImage() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
| H A D | vktGeometryBasicGeometryShaderTests.cpp | 93 uploadImage(Context& context, const tcu::ConstPixelBufferAccess& access, VkImage destImage) uploadImage() argument 284 tcu::PixelBufferAccess access = texture.getAccess(); createPipelineLayout() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| H A D | vktTessellationShaderInputOutputTests.cpp | 198 tcu::PixelBufferAccess access = image.getAccess(); in initializeWhiteReferenceImage() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| H A D | vktDrawAhbTests.cpp | 157 void AhbTestInstance::generateRefImage (const tcu::PixelBufferAccess& access, const vector<tcu::Vec4>& vertices, const vector<tcu::Vec4>& colors) const in generateRefImage() argument
|
| H A D | vktDrawImageObjectUtil.cpp | 526 void Image::uploadVolume(const tcu::ConstPixelBufferAccess& access, in uploadVolume() argument 548 void Image::uploadSurface (const tcu::ConstPixelBufferAccess& access, in uploadSurface() argument 570 uploadSurface1D(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) uploadSurface1D() argument 592 uploadSurfaceLinear(const tcu::ConstPixelBufferAccess& access, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) uploadSurfaceLinear() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
| H A D | vktGeometryBasicGeometryShaderTests.cpp | 93 uploadImage(Context& context, const tcu::ConstPixelBufferAccess& access, VkImage destImage) uploadImage() argument 284 tcu::PixelBufferAccess access = texture.getAccess(); createPipelineLayout() local [all...] |
| /third_party/skia/src/image/ |
| H A D | SkSurface_Gpu.cpp | 83 GrBackendTexture SkSurface_Gpu::onGetBackendTexture(BackendHandleAccess access) { in onGetBackendTexture() argument 95 GrBackendRenderTarget SkSurface_Gpu::onGetBackendRenderTarget(BackendHandleAccess access) { in onGetBackendRenderTarget() argument 217 GrSemaphoresSubmitted SkSurface_Gpu::onFlush(BackendSurfaceAccess access, const GrFlushInfo& info, in onFlush() argument 57 prepare_rt_for_external_access(SkSurface_Gpu* surface, SkSurface::BackendHandleAccess access) prepare_rt_for_external_access() argument
|
| H A D | SkSurface.cpp | 347 GrBackendTexture SkSurface::getBackendTexture(BackendHandleAccess access) { in getBackendTexture() argument 351 GrBackendRenderTarget SkSurface::getBackendRenderTarget(BackendHandleAccess access) { in getBackendRenderTarget() argument 363 GrSemaphoresSubmitted SkSurface::flush(BackendSurfaceAccess access, const GrFlushInfo& flushInfo) { in flush() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrDrawingManager.cpp | 97 flush( SkSpan<GrSurfaceProxy*> proxies, SkSurface::BackendSurfaceAccess access, const GrFlushInfo& info, const GrBackendSurfaceMutableState* newState) flush() argument 508 flushSurfaces( SkSpan<GrSurfaceProxy*> proxies, SkSurface::BackendSurfaceAccess access, const GrFlushInfo& info, const GrBackendSurfaceMutableState* newState) flushSurfaces() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | type_manager.cpp | 690 const SpvAccessQualifier access = in RecordIfTypeDefinition() local
|