/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_screen.h | 147 enum iris_domain access; member
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | nftw.c | 46 if (access(pathname, R_OK) == 0) { in nftw_callback()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | spdy_fileserver.c | 177 if(0 == access(fname, R_OK)) in standard_request_handler()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | BindGroupD3D12.cpp | 162 switch (bindingInfo.storageTexture.access) { in BindGroup()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/ |
H A D | WGPUHelpers.cpp | 128 storageTexture.access = storageTextureAccess; in BindingLayoutEntryInitializationHelper()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | BindingInfo.cpp | 86 } else if (entry.storageTexture.access != wgpu::StorageTextureAccess::Undefined) { in IncrementBindingCounts()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | transform.cc | 156 t->access()); in CreateASTTypeFor()
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
H A D | mount.c | 313 if ((FLAG(a) && !access("/proc/mounts", R_OK)) || remount) { in mount_main()
|
/third_party/python/Lib/test/ |
H A D | test_unicode_file_functions.py | 172 os.access(filename,os.R_OK)
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_windows.py | 41 hkey = OpenKey(root, subkey, access=KEY_ALL_ACCESS)
|
/third_party/skia/infra/bots/ |
H A D | recipes.py | 124 return os.path.isfile(path) and os.access(path, os.X_OK)
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | x86.c | 323 * Return true if we want to ignore/silent this failed msr access. 807 * else the access will fault indefinitely (and to emulate hardware). in kvm_inject_emulated_page_fault() 7300 gpa_t translate_nested_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u64 access, in translate_nested_gpa() argument 7309 access |= PFERR_USER_MASK; in translate_nested_gpa() 7310 t_gpa = mmu->gva_to_gpa(vcpu, mmu, gpa, access, exception); in translate_nested_gpa() 7320 u64 access = (static_call(kvm_x86_get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_read() local 7321 return mmu->gva_to_gpa(vcpu, mmu, gva, access, exception); in kvm_mmu_gva_to_gpa_read() 7330 u64 access = (static_call(kvm_x86_get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_write() local 7331 access |= PFERR_WRITE_MASK; in kvm_mmu_gva_to_gpa_write() 7332 return mmu->gva_to_gpa(vcpu, mmu, gva, access, exceptio in kvm_mmu_gva_to_gpa_write() 7345 kvm_read_guest_virt_helper(gva_t addr, void *val, unsigned int bytes, struct kvm_vcpu *vcpu, u64 access, struct x86_exception *exception) kvm_read_guest_virt_helper() argument 7383 u64 access = (static_call(kvm_x86_get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; kvm_fetch_guest_virt() local 7408 u64 access = (static_call(kvm_x86_get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; kvm_read_guest_virt() local 7427 u64 access = 0; emulator_read_std() local 7437 kvm_write_guest_virt_helper(gva_t addr, void *val, unsigned int bytes, struct kvm_vcpu *vcpu, u64 access, struct x86_exception *exception) kvm_write_guest_virt_helper() argument 7472 u64 access = PFERR_WRITE_MASK; emulator_write_std() local 7546 u64 access = ((static_call(kvm_x86_get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0) vcpu_mmio_gva_to_gpa() local 13333 u64 access = error_code & kvm_fixup_and_inject_pf_error() local [all...] |
/kernel/linux/linux-5.10/sound/pci/trident/ |
H A D | trident_main.c | 1881 trident->spdif_pcm_ctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_trident_spdif_open() 1920 trident->spdif_pcm_ctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_trident_spdif_close() 2405 .access = SNDRV_CTL_ELEM_ACCESS_READ, 2467 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE, 2655 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE, 2719 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE, 2776 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE, 2832 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE, 2849 kctl->vd[num].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_trident_notify_pcm_change1() 2851 kctl->vd[num].access | in snd_trident_notify_pcm_change1() [all...] |
/kernel/linux/linux-6.6/sound/pci/trident/ |
H A D | trident_main.c | 1881 trident->spdif_pcm_ctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_trident_spdif_open() 1920 trident->spdif_pcm_ctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_trident_spdif_close() 2408 .access = SNDRV_CTL_ELEM_ACCESS_READ, 2470 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE, 2658 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE, 2722 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE, 2779 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE, 2835 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE, 2852 kctl->vd[num].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_trident_notify_pcm_change1() 2854 kctl->vd[num].access | in snd_trident_notify_pcm_change1() [all...] |
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl.cc | 258 access(access_in), in VarDeclInfo() 494 decl->access, // access control in global_variable_decl() 530 ast::Access::kUndefined, // access control in global_constant_decl() 557 return VarDeclInfo{decl->source, decl->name, vq.storage_class, vq.access, in variable_decl() 567 // COMMA access GREATER_THAN 617 if (!expect("access control", Token::Type::kComma)) { in texture_sampler_types() 621 auto access = expect_access("access control"); in texture_sampler_types() 622 if (access in texture_sampler_types() 1107 auto access = ast::Access::kUndefined; expect_type_decl_pointer() local [all...] |
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | ice1712.c | 1344 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | 1377 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | 1585 .access = SNDRV_CTL_ELEM_ACCESS_READ, 1671 .access = SNDRV_CTL_ELEM_ACCESS_READ, 1680 .access = SNDRV_CTL_ELEM_ACCESS_READ, 1707 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | 2203 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 1497 const auto access = texture.getAccess(); in iterate() local 1498 deMemcpy(access.getDataPtr(), reinterpret_cast<char*>(bufferAlloc.getHostPtr()) + bufferAlloc.getOffset(), static_cast<size_t>(bufferSize)); in iterate() 1500 for (int i = 0; i < access.getWidth(); ++i) in iterate() 1501 for (int j = 0; j < access.getHeight(); ++j) in iterate() 1502 for (int k = 0; k < access.getDepth(); ++k) in iterate() 1504 if (access.getPixel(i, j, k) != WriteSampleTest::kGoodColor) in iterate() 1508 m_context.getTestContext().getLog() << tcu::TestLog::Image("ErrorMask", "Indicates which pixels have unexpected values", access); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureShadowTests.cpp | 96 void clampFloatingPointTexture (const tcu::PixelBufferAccess& access) in clampFloatingPointTexture() argument 98 DE_ASSERT(isFloatingPointDepthFormat(access.getFormat())); in clampFloatingPointTexture() 100 for (int z = 0; z < access.getDepth(); ++z) in clampFloatingPointTexture() 101 for (int y = 0; y < access.getHeight(); ++y) in clampFloatingPointTexture() 102 for (int x = 0; x < access.getWidth(); ++x) in clampFloatingPointTexture() 103 access.setPixDepth(de::clamp(access.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z); in clampFloatingPointTexture()
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl.cc | 2334 ast::Access access, 2364 if (!EmitType(out, base_type, storage_class, access, "")) { 2409 if (storage && storage->access() != ast::Access::kRead) { 2465 if (!EmitType(out, vec->type(), storage_class, access, "")) { 2471 if (!EmitType(out, atomic->Type(), storage_class, access, name)) { 2487 ast::Access access, 2490 if (!EmitType(out, type, storage_class, access, name, &printed_name)) {
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 1493 const auto access = texture.getAccess(); in iterate() local 1494 deMemcpy(access.getDataPtr(), reinterpret_cast<char*>(bufferAlloc.getHostPtr()) + bufferAlloc.getOffset(), static_cast<size_t>(bufferSize)); in iterate() 1496 for (int i = 0; i < access.getWidth(); ++i) in iterate() 1497 for (int j = 0; j < access.getHeight(); ++j) in iterate() 1498 for (int k = 0; k < access.getDepth(); ++k) in iterate() 1500 if (access.getPixel(i, j, k) != WriteSampleTest::kGoodColor) in iterate() 1504 m_context.getTestContext().getLog() << tcu::TestLog::Image("ErrorMask", "Indicates which pixels have unexpected values", access); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureShadowTests.cpp | 95 void clampFloatingPointTexture (const tcu::PixelBufferAccess& access) in clampFloatingPointTexture() argument 97 DE_ASSERT(isFloatingPointDepthFormat(access.getFormat())); in clampFloatingPointTexture() 99 for (int z = 0; z < access.getDepth(); ++z) in clampFloatingPointTexture() 100 for (int y = 0; y < access.getHeight(); ++y) in clampFloatingPointTexture() 101 for (int x = 0; x < access.getWidth(); ++x) in clampFloatingPointTexture() 102 access.setPixDepth(de::clamp(access.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z); in clampFloatingPointTexture()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 2006 // The WebGL conformance/uniforms/out-of-bounds-uniform-array-access test has been seen to fail in InitializeFeatures() 2534 GLbitfield access) in MapBufferRangeWithFallback() 2538 return static_cast<uint8_t *>(functions->mapBufferRange(target, offset, length, access)); in MapBufferRangeWithFallback() 2541 (functions->standard == STANDARD_GL_DESKTOP || access == GL_MAP_WRITE_BIT)) in MapBufferRangeWithFallback() 2544 ASSERT((access & (GL_MAP_READ_BIT | GL_MAP_WRITE_BIT)) != 0); in MapBufferRangeWithFallback() 2547 if (access == (GL_MAP_READ_BIT | GL_MAP_WRITE_BIT)) in MapBufferRangeWithFallback() 2551 else if (access == GL_MAP_READ_BIT) in MapBufferRangeWithFallback() 2555 else if (access == GL_MAP_WRITE_BIT) in MapBufferRangeWithFallback() 2530 MapBufferRangeWithFallback(const FunctionsGL *functions, GLenum target, size_t offset, size_t length, GLbitfield access) MapBufferRangeWithFallback() argument
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | head.S | 332 .quad 0x0000000000008000 # cr8: access registers translation 350 .long 0x80000000,0,0,0 # invalid access-list entries
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_spi.c | 27 sja1105_pack(buf, &msg->access, 31, 31, size); in sja1105_spi_message_pack() 89 msg.access = rw; in sja1105_xfer() 276 * the register pointer, and never access p[0]. in sja1105_status_unpack()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_nvm.c | 210 * @access: NVM access type (read or write) 215 ice_acquire_nvm(struct ice_hw *hw, enum ice_aq_res_access_type access) in ice_acquire_nvm() argument 220 return ice_acquire_res(hw, ICE_NVM_RES_ID, access, ICE_NVM_TIMEOUT); in ice_acquire_nvm()
|