/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktBasicDrawTests.cpp | 301 void generateRefImage (const tcu::PixelBufferAccess& access, const std::vector<tcu::Vec4>& vertices, const std::vector<tcu::Vec4>& colors) const; 599 void DrawTestInstanceBase::generateRefImage (const tcu::PixelBufferAccess& access, const std::vector<tcu::Vec4>& vertices, const std::vector<tcu::Vec4>& colors) const in generateRefImage() argument 604 const rr::MultisamplePixelBufferAccess colorBuffer = rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(access); in generateRefImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktBasicDrawTests.cpp | 299 void generateRefImage (const tcu::PixelBufferAccess& access, const std::vector<tcu::Vec4>& vertices, const std::vector<tcu::Vec4>& colors) const; 573 void DrawTestInstanceBase::generateRefImage (const tcu::PixelBufferAccess& access, const std::vector<tcu::Vec4>& vertices, const std::vector<tcu::Vec4>& colors) const in generateRefImage() argument 578 const rr::MultisamplePixelBufferAccess colorBuffer = rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(access); in generateRefImage()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_4_autogen.h | 393 GLenum access, 967 ANGLE_EXPORT void *GL_APIENTRY GL_MapNamedBuffer(GLuint buffer, GLenum access); 971 GLbitfield access);
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngcp.c | 1610 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 D | intrinsic_texture_helper_test.cc | 74 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 D | resolver_validation.cc | 168 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 D | es31fSSBOLayoutTests.cpp | 203 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 D | hda_codec.c | 1214 * 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 D | nir_lower_io.c | 359 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 D | nir_to_tgsi.c | 1006 !(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 D | es31cShaderAtomicCountersTests.cpp | 737 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 D | entry_points_gles_3_0_autogen.cpp | 1943 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 D | es3fUniformApiTests.cpp | 130 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 D | es2fUniformApiTests.cpp | 118 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 D | null_functions.cpp | 72 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 D | null_functions.h | 55 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 D | hns_roce_hw_v2.c | 144 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 D | vktRenderPassTests.cpp | 4081 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 D | vktRenderPassTests.cpp | 4067 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 D | turbostat.c | 3825 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 D | nfs4xdr.c | 775 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 D | neural_network_runtime.cpp | 540 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 D | web_delegate_cross.h | 377 void UpdateForceDarkAccess(const bool& access) override;
|
H A D | web_pattern.h | 534 void OnForceDarkAccessUpdate(bool access);
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_client_impl.cpp | 385 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()
|