/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | thugetlb.c | 199 if (access(argv[argc - 1], F_OK) == -1) { in main()
|
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
H A D | copy_file_range02.c | 194 if (access(FILE_DIR_PATH, F_OK) == -1) in setup()
|
/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)
|
/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
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_scale_vulkan.c | 345 in->access[i] = bar.dstAccessMask; in process_frames() 366 out->access[i] = bar.dstAccessMask; in process_frames()
|
/third_party/gn/src/base/files/ |
H A D | file_util_posix.cc | 263 return access(path.value().c_str(), F_OK) == 0; in PathExists() 267 return access(path.value().c_str(), W_OK) == 0; in PathIsWritable()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_uav.c | 71 (img1->access != img2->access) || in image_view_desc_identical()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_storage_image.c | 81 * This is meant to be used with untyped surface messages to access a tiled 418 * type RAW has been bound for untyped access. Reading or writing in lower_image_load_instr() 530 if (var->data.access & ACCESS_NON_READABLE) in lower_image_store_instr() 569 * type RAW has been bound for untyped access. Reading or writing in lower_image_store_instr() 646 if (var->data.access & ACCESS_NON_READABLE) in lower_image_size_instr()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_draw.c | 153 if (img->access & PIPE_IMAGE_ACCESS_WRITE) 544 if (img->access & PIPE_IMAGE_ACCESS_WRITE)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL45_autogen.h | 394 bool ValidateMapNamedBuffer(const Context *context, BufferID bufferPacked, GLenum access); 399 GLbitfield access);
|