Home
last modified time | relevance | path

Searched defs:access (Results 351 - 375 of 773) sorted by relevance

1...<<11121314151617181920>>...31

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp198 tcu::PixelBufferAccess access = image.getAccess(); in initializeWhiteReferenceImage() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawAhbTests.cpp157 void AhbTestInstance::generateRefImage (const tcu::PixelBufferAccess& access, const vector<tcu::Vec4>& vertices, const vector<tcu::Vec4>& colors) const in generateRefImage() argument
H A DvktDrawImageObjectUtil.cpp526 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 DvktGeometryBasicGeometryShaderTests.cpp93 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 DSkSurface_Gpu.cpp83 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 DSkSurface.cpp347 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 DGrDrawingManager.cpp97 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 Dtype_manager.cpp690 const SpvAccessQualifier access = in RecordIfTypeDefinition() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtype_manager.cpp690 const SpvAccessQualifier access = in RecordIfTypeDefinition() local
/third_party/skia/src/shaders/
H A DSkImageShader.cpp406 auto* access = SkMipmapAccessor::Make(alloc, fImage.get(), matrix, sampling.mipmap); in doStages() local
686 auto* access = SkMipmapAccessor::Make(alloc, fImage.get(), baseInv, sampling.mipmap); in makeProgram() local
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_memory_access.cc431 auto access = lhs_it->second; TakeAccess() local
611 auto* access = b.IndexAccessor("value", i); StoreFunc() local
618 auto* access = b.MemberAccessor( StoreFunc() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dudata.cpp1456 U_CAPI void U_EXPORT2 udata_setFileAccess(UDataFileAccess access, UErrorCode * /*status*/) in udata_setFileAccess() argument
/third_party/python/Modules/_io/
H A Dwinconsoleio.c337 DWORD access = GENERIC_READ; in _io__WindowsConsoleIO___init___impl() local
/third_party/spirv-tools/source/opt/
H A Dtype_manager.cpp715 const spv::AccessQualifier access = in RecordIfTypeDefinition() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp390 static tcu::ConstPixelBufferAccess getLinearAccess (const tcu::ConstPixelBufferAccess& access) in getLinearAccess() argument
H A Des31fStencilTexturingTests.cpp388 static inline tcu::ConstPixelBufferAccess stencilToRedAccess (const tcu::ConstPixelBufferAccess& access) in stencilToRedAccess() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsScissorTests.cpp114 void clearEdges (const tcu::PixelBufferAccess& access, const T& color, const IVec4& scissorArea) in clearEdges() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp198 tcu::PixelBufferAccess access = image.getAccess(); in initializeWhiteReferenceImage() local
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgProgramExecutor.cpp241 ExecValueAccess access = execCtx.getValue(input->getVariable()); in execute() local
265 ExecConstValueAccess access = execCtx.getValue(output); in execute() local
317 ExecValueAccess access = execCtx.getValue(input->getVariable()); in execute() local
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp443 tcu::PixelBufferAccess access = m_textures[texNdx]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face); in init() local
/third_party/zlib/contrib/untgz/
H A Duntgz.c42 # define access(path,mode) _access(path,mode) macro
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.cpp534 void FfiOHOSAceFrameworkWebForceDarkAccess(bool access) in FfiOHOSAceFrameworkWebForceDarkAccess() argument
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h105 static inline void FNAME(protect_clean_gpte)(struct kvm_mmu *mmu, unsigned *access, in protect_clean_gpte() argument
216 unsigned access; in gpte_access() local
308 walk_addr_generic(struct guest_walker *walker, struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, gpa_t addr, u32 access) walk_addr_generic() argument
510 walk_addr(struct guest_walker *walker, struct kvm_vcpu *vcpu, gpa_t addr, u32 access) walk_addr() argument
518 walk_addr_nested(struct guest_walker *walker, struct kvm_vcpu *vcpu, gva_t addr, u32 access) walk_addr_nested() argument
637 unsigned int direct_access, access; fetch() local
961 gva_to_gpa(struct kvm_vcpu *vcpu, gpa_t addr, u32 access, struct x86_exception *exception) gva_to_gpa() argument
981 gva_to_gpa_nested(struct kvm_vcpu *vcpu, gpa_t vaddr, u32 access, struct x86_exception *exception) gva_to_gpa_nested() argument
[all...]
/kernel/linux/linux-5.10/drivers/base/
H A Dnode.c78 unsigned access; member
124 node_init_node_access(struct node *node, unsigned access) node_init_node_access() argument
189 node_set_perf_attrs(unsigned int nid, struct node_hmem_attrs *hmem_attrs, unsigned access) node_set_perf_attrs() argument
706 register_memory_node_under_compute_node(unsigned int mem_nid, unsigned int cpu_nid, unsigned access) register_memory_node_under_compute_node() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H A Dsja1105.h231 u64 access; member

Completed in 32 milliseconds

1...<<11121314151617181920>>...31