Home
last modified time | relevance | path

Searched refs:access (Results 1876 - 1900 of 2541) sorted by relevance

1...<<71727374757677787980>>...102

/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c1610 if (access(pathname, W_OK) != 0) in isdir()
2176 if (filename != NULL && access(filename, R_OK) != 0) in cp_one_file()
2207 else if (access(destname, W_OK) != 0 && errno != ENOENT) in cp_one_file()
/third_party/skia/third_party/externals/tint/src/ast/
H A Dintrinsic_texture_helper_test.cc74 access(acc), in TextureOverloadCase()
130 out << "access: " << data.access << "\n"; in operator <<()
182 auto* st = b->ty.storage_texture(texture_dimension, image_format, access); in BuildTextureVariable()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_validation.cc168 switch (t->access) { in ValidateStorageTexture()
172 AddError("storage texture missing access control", t->source); in ValidateStorageTexture()
175 AddError("storage textures currently only support 'write' access control", in ValidateStorageTexture()
526 // The access mode always has a default, and except for variables in the in ValidateGlobalVariable()
531 "only variables in <storage> storage class may declare an access mode", in ValidateGlobalVariable()
620 // class or by storage buffer variables with a read_write access mode.
624 auto access = var->Access(); in ValidateAtomicVariable() local
648 access != ast::Access::kReadWrite) { in ValidateAtomicVariable()
651 "access mode", in ValidateAtomicVariable()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutTests.cpp203 const bool access = !unusedOk || (rnd.getFloat() < accessWeight); in generateBufferVar() local
204 const bool read = access ? (rnd.getFloat() < readWeight) : false; in generateBufferVar()
205 const bool write = access ? (!read || (rnd.getFloat() < writeWeight)) : false; in generateBufferVar()
406 block.addMember(BufferVar("u", VarType(glu::TYPE_UINT, glu::PRECISION_LOWP), 0 /* no access */)); in init()
446 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); in init()
486 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); in init()
521 block.addMember(BufferVar("u", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); in init()
564 block.addMember(BufferVar("u", VarType(glu::TYPE_UINT, glu::PRECISION_LOWP), 0 /* no access */)); in init()
614 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); in init()
655 blockA.addMember(BufferVar("b", VarType(glu::TYPE_UINT_VEC3, glu::PRECISION_LOWP), 0 /* no access */)); in init()
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_codec.c1214 * amp access functions
1355 * the first access. If the amp was already initialized / updated beforehand,
1742 * toggle card->shutdown to allow/disallow the device access (as a hack)
1811 /* allow device access again */ in snd_hda_codec_reset()
1886 if (kctl->vd[0].access & SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK) { in init_follower_0dB()
1895 } else if (kctl->vd[0].access & SNDRV_CTL_ELEM_ACCESS_TLV_READ) in init_follower_0dB()
2413 .access = SNDRV_CTL_ELEM_ACCESS_READ,
2420 .access = SNDRV_CTL_ELEM_ACCESS_READ,
2688 .access = SNDRV_CTL_ELEM_ACCESS_READ,
3956 * @cached: access ove
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c359 nir_intrinsic_set_access(load, var->data.access); in emit_load()
468 nir_intrinsic_set_access(store, var->data.access); in emit_store()
693 * structure accesses, any out-of-bounds access produced undefined in nir_lower_io_block()
794 * managed uniforms to turn deref-based access into a simpler model using
1827 /* Global atomics don't have access flags because they assume that the in build_explicit_io_atomic()
1873 /* If the access chain has been declared in-bounds, then we know it doesn't in nir_explicit_io_address_from_deref()
2169 unsigned access = nir_intrinsic_access(intrin); in lower_explicit_io_array_length() local
2171 nir_ssa_def *arr_size = nir_get_ssbo_size(b, index, .access=access); in lower_explicit_io_array_length()
2215 * lower the access operation in nir_lower_explicit_io_impl()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c1006 !(var->data.access & ACCESS_NON_WRITEABLE), in ntt_setup_uniforms()
1858 enum gl_access_qualifier access = nir_intrinsic_access(instr); in ntt_get_access_qualifier() local
1861 if (access & ACCESS_COHERENT) in ntt_get_access_qualifier()
1863 if (access & ACCESS_VOLATILE) in ntt_get_access_qualifier()
1865 if (access & ACCESS_RESTRICT) in ntt_get_access_qualifier()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderAtomicCountersTests.cpp737 void* MapRange(GLintptr offset, GLsizeiptr length, GLbitfield access) in MapRange() argument
741 map_pointer_ = glMapBufferRange(GL_ATOMIC_COUNTER_BUFFER, offset, length, access); in MapRange()
746 access_flags_ = access; in MapRange()
747 if (access & GL_MAP_READ_BIT) in MapRange()
749 else if (access & GL_MAP_WRITE_BIT) in MapRange()
2795 return NL "Atomic Counters used to access Uniform Buffer Objects"; in Title()
2799 return NL "Atomic counters are used to access UBOs. In that way each shader invocation can access UBO at " in Purpose()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.cpp1943 GLbitfield access) in GL_MapBufferRange()
1947 "context = %d, target = %s, offset = %llu, length = %llu, access = %s", CID(context), in GL_MapBufferRange()
1950 GLbitfieldToString(GLenumGroup::BufferAccessMask, access).c_str()); in GL_MapBufferRange()
1959 targetPacked, offset, length, access)); in GL_MapBufferRange()
1962 returnValue = context->mapBufferRange(targetPacked, offset, length, access); in GL_MapBufferRange()
1968 ANGLE_CAPTURE(MapBufferRange, isCallValid, context, targetPacked, offset, length, access, in GL_MapBufferRange()
1940 GL_MapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) GL_MapBufferRange() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp130 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) in fillWithColor() argument
132 for (int z = 0; z < access.getDepth(); z++) in fillWithColor()
133 for (int y = 0; y < access.getHeight(); y++) in fillWithColor()
134 for (int x = 0; x < access.getWidth(); x++) in fillWithColor()
135 access.setPixel(color, x, y, z); in fillWithColor()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp118 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) in fillWithColor() argument
120 for (int z = 0; z < access.getDepth(); z++) in fillWithColor()
121 for (int y = 0; y < access.getHeight(); y++) in fillWithColor()
122 for (int x = 0; x < access.getWidth(); x++) in fillWithColor()
123 access.setPixel(color, x, y, z); in fillWithColor()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp72 GLenum access, in glBindImageTextureNULL()
1726 void *INTERNAL_GL_APIENTRY glMapBufferNULL(GLenum target, GLenum access) in glMapBufferNULL() argument
1734 GLbitfield access) in glMapBufferRangeNULL()
1739 void *INTERNAL_GL_APIENTRY glMapNamedBufferNULL(GLuint buffer, GLenum access) in glMapNamedBufferNULL() argument
1747 GLbitfield access) in glMapNamedBufferRangeNULL()
67 glBindImageTextureNULL(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) glBindImageTextureNULL() argument
1731 glMapBufferRangeNULL(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) glMapBufferRangeNULL() argument
1744 glMapNamedBufferRangeNULL(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access) glMapNamedBufferRangeNULL() argument
H A Dnull_functions.h55 GLenum access,
1082 void *INTERNAL_GL_APIENTRY glMapBufferNULL(GLenum target, GLenum access);
1086 GLbitfield access);
1087 void *INTERNAL_GL_APIENTRY glMapNamedBufferNULL(GLuint buffer, GLenum access);
1091 GLbitfield access);
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c144 hr_reg_write_bool(fseg, FRMR_BIND_EN, wr->access & IB_ACCESS_MW_BIND); in set_frmr_seg()
146 wr->access & IB_ACCESS_REMOTE_ATOMIC); in set_frmr_seg()
147 hr_reg_write_bool(fseg, FRMR_RR, wr->access & IB_ACCESS_REMOTE_READ); in set_frmr_seg()
148 hr_reg_write_bool(fseg, FRMR_RW, wr->access & IB_ACCESS_REMOTE_WRITE); in set_frmr_seg()
149 hr_reg_write_bool(fseg, FRMR_LW, wr->access & IB_ACCESS_LOCAL_WRITE); in set_frmr_seg()
3192 /* Aligned to the hardware address access unit */ in set_mtpt_pbl()
3223 mr->access & IB_ACCESS_MW_BIND); in hns_roce_v2_write_mtpt()
3225 mr->access & IB_ACCESS_REMOTE_ATOMIC); in hns_roce_v2_write_mtpt()
3227 mr->access & IB_ACCESS_REMOTE_READ); in hns_roce_v2_write_mtpt()
3229 mr->access in hns_roce_v2_write_mtpt()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp4081 auto access = result->getAccess();
4097 access.setPixel(outColor, x, y);
4109 auto access = result->getAccess();
4124 access.setPixel(outColor, x, y);
4310 const ConstPixelBufferAccess access (format, targetSize.x(), targetSize.y(), 1, ptr);
4316 && !verifyDepthAttachment(referenceValues[attachmentNdx], access, errorImage.getAccess(), config.depthValues, requiredDepthEpsilon(attachment.getFormat())))
4324 && !verifyStencilAttachment(referenceValues[attachmentNdx], access, errorImage.getAccess()))
4332 && !verifyColorAttachment(referenceValues[attachmentNdx], access, errorImage.getAccess(), config.useFormatCompCount))
4344 log << TestLog::Image("Attachment" + de::toString(attachmentNdx), "Attachment " + de::toString(attachmentNdx), access);
4350 const auto numChannels = getShaderNumChannels(access
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp4067 auto access = result->getAccess();
4083 access.setPixel(outColor, x, y);
4095 auto access = result->getAccess();
4110 access.setPixel(outColor, x, y);
4296 const ConstPixelBufferAccess access (format, targetSize.x(), targetSize.y(), 1, ptr);
4302 && !verifyDepthAttachment(referenceValues[attachmentNdx], access, errorImage.getAccess(), config.depthValues, requiredDepthEpsilon(attachment.getFormat())))
4310 && !verifyStencilAttachment(referenceValues[attachmentNdx], access, errorImage.getAccess()))
4318 && !verifyColorAttachment(referenceValues[attachmentNdx], access, errorImage.getAccess(), config.useFormatCompCount))
4330 log << TestLog::Image("Attachment" + de::toString(attachmentNdx), "Attachment " + de::toString(attachmentNdx), access);
4336 const auto numChannels = tcu::getNumUsedChannels(access
[all...]
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c3825 if (access("/sys/devices/system/cpu/cpuidle", R_OK)) { in dump_sysfs_cstate_config()
5306 if (!access("/sys/class/drm/card0/power/rc6_residency_ms", R_OK)) in process_cpuid()
5309 if (!access("/sys/class/graphics/fb0/device/drm/card0/gt_cur_freq_mhz", R_OK)) in process_cpuid()
5312 if (!access("/sys/class/graphics/fb0/device/drm/card0/gt_act_freq_mhz", R_OK)) in process_cpuid()
5315 if (!access("/sys/devices/system/cpu/cpuidle/low_power_idle_cpu_residency_us", R_OK)) in process_cpuid()
5320 if (!access(sys_lpi_file_sysfs, R_OK)) { in process_cpuid()
5323 } else if (!access(sys_lpi_file_debugfs, R_OK)) { in process_cpuid()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4xdr.c775 struct nfsd4_access *access = &u->access; in nfsd4_decode_access() local
776 if (xdr_stream_decode_u32(argp->xdr, &access->ac_req_access) < 0) in nfsd4_decode_access()
1100 /* Note: unlike access bits, deny bits may be zero. */ in nfsd4_decode_share_deny()
3748 struct nfsd4_access *access = &u->access; in nfsd4_encode_access() local
3755 *p++ = cpu_to_be32(access->ac_supported); in nfsd4_encode_access()
3756 *p++ = cpu_to_be32(access->ac_resp_access); in nfsd4_encode_access()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime.cpp540 if (access(path, F_OK) != 0) { in CheckCacheFile()
541 LOGE("OH_NNModel_HasCache access cache info file failed."); in CheckCacheFile()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h377 void UpdateForceDarkAccess(const bool& access) override;
H A Dweb_pattern.h534 void OnForceDarkAccessUpdate(bool access);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp385 if (access(filePath.c_str(), F_OK) != 0) { in IsFileExisted()
386 APP_LOGE("not access file: %{private}s errno: %{public}d", filePath.c_str(), errno); in IsFileExisted()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dimage_compressor.cpp1351 return (access(name.c_str(), F_OK) != -1); // -1 means that the file is not exist in CheckClBinIsExist()
/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp235 return (access(fileName.c_str(), F_OK) == 0); in IsFileExists()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_proxy.c567 if (access(path[i], F_OK) != -1) { in CopyConfigFile()

Completed in 107 milliseconds

1...<<71727374757677787980>>...102