Home
last modified time | relevance | path

Searched refs:access (Results 626 - 650 of 1178) sorted by relevance

1...<<21222324252627282930>>...48

/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dthugetlb.c199 if (access(argv[argc - 1], F_OK) == -1) { in main()
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
H A Dcopy_file_range02.c194 if (access(FILE_DIR_PATH, F_OK) == -1) in setup()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.h147 enum iris_domain access; member
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dnftw.c46 if (access(pathname, R_OK) == 0) { in nftw_callback()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dspdy_fileserver.c177 if(0 == access(fname, R_OK)) in standard_request_handler()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBindGroupD3D12.cpp162 switch (bindingInfo.storageTexture.access) { in BindGroup()
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/
H A DWGPUHelpers.cpp128 storageTexture.access = storageTextureAccess; in BindingLayoutEntryInitializationHelper()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindingInfo.cpp86 } else if (entry.storageTexture.access != wgpu::StorageTextureAccess::Undefined) { in IncrementBindingCounts()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dtransform.cc156 t->access()); in CreateASTTypeFor()
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dmount.c313 if ((FLAG(a) && !access("/proc/mounts", R_OK)) || remount) { in mount_main()
/third_party/python/Lib/test/
H A Dtest_unicode_file_functions.py172 os.access(filename,os.R_OK)
/third_party/python/Lib/test/test_importlib/
H A Dtest_windows.py41 hkey = OpenKey(root, subkey, access=KEY_ALL_ACCESS)
/third_party/skia/infra/bots/
H A Drecipes.py124 return os.path.isfile(path) and os.access(path, os.X_OK)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1497 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 DvktTextureShadowTests.cpp96 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 Dgenerator_impl.cc2334 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 DvktPipelineMultisampleShaderBuiltInTests.cpp1493 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 DvktTextureShadowTests.cpp95 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 Drenderergl_utils.cpp2006 // 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 Dvf_scale_vulkan.c345 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 Dfile_util_posix.cc263 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 Dsvga_state_uav.c71 (img1->access != img2->access) || in image_view_desc_identical()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c81 * 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 Dfreedreno_draw.c153 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 DvalidationGL45_autogen.h394 bool ValidateMapNamedBuffer(const Context *context, BufferID bufferPacked, GLenum access);
399 GLbitfield access);

Completed in 34 milliseconds

1...<<21222324252627282930>>...48