/third_party/node/deps/v8/src/compiler/ |
H A D | representation-change.h | 342 MachineType TypeForBasePointer(const FieldAccess& access) { in TypeForBasePointer() argument 343 return access.tag() != 0 ? MachineType::AnyTagged() in TypeForBasePointer() 347 MachineType TypeForBasePointer(const ElementAccess& access) { in TypeForBasePointer() argument 348 return access.tag() != 0 ? MachineType::AnyTagged() in TypeForBasePointer()
|
H A D | int64-lowering.cc | 265 ObjectAccess access = ObjectAccessOf(node->op()); in LowerNode() local 266 LowerLoadOperator(node, access.machine_type.representation(), in LowerNode() 268 MachineType::Int32(), access.write_barrier_kind))); in LowerNode() 272 ObjectAccess access = ObjectAccessOf(node->op()); in LowerNode() local 273 LowerLoadOperator(node, access.machine_type.representation(), in LowerNode() 275 MachineType::Int32(), access.write_barrier_kind))); in LowerNode() 295 ObjectAccess access = ObjectAccessOf(node->op()); in LowerNode() local 296 LowerStoreOperator(node, access.machine_type.representation(), in LowerNode() 298 MachineType::Int32(), access.write_barrier_kind))); in LowerNode() 302 ObjectAccess access in LowerNode() local [all...] |
/third_party/musl/Benchmark/musl/ |
H A D | libc_unistd.cpp | 252 benchmark::DoNotOptimize(access(filename, F_OK)); in Bm_function_Access_exist() 261 benchmark::DoNotOptimize(access(filename, R_OK)); in Bm_function_Access_read() 270 benchmark::DoNotOptimize(access(filename, W_OK)); in Bm_function_Access_write() 279 benchmark::DoNotOptimize(access(filename, X_OK)); in Bm_function_Access_execute() 451 // Used to check file access permissions
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglColorClearCase.cpp | 105 tcu::PixelBufferAccess access = tcu::getSubregion(dst.getAccess(), clearIter->x, clearIter->y, 0, clearIter->width, clearIter->height, 1); in renderReference() local 106 tcu::clear(access, pixelFormat.convertColor(clearIter->color).toIVec()); in renderReference() 425 tcu::PixelBufferAccess access = tcu::getSubregion(refFrame.getAccess(), in executeForContexts() local 428 tcu::clear(access, pixelFmt.convertColor(packet.clears[clearNdx].color).toIVec()); in executeForContexts()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_file.h | 46 return access(path, mode); in u_file_access()
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | access.h | 24 /// The access control settings 34 // Last valid access mode 39 /// @param access the Access 41 std::ostream& operator<<(std::ostream& out, Access access);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 92 // Access mask when transitioning out from this layout. Note that source access mask never 297 // > is executed, are automatically made visible to the read access performed by the 1095 BufferAccess access; in usesBufferForWrite() local 1096 if (!mUsedBuffers.get(buffer.getBufferSerial().getValue(), &access)) in usesBufferForWrite() 1100 return access == BufferAccess::Write; in usesBufferForWrite() 1274 void CommandBufferHelper::onDepthAccess(ResourceAccess access) in onDepthAccess() argument 1276 // Update the access for optimizing this render pass's loadOp in onDepthAccess() 1277 UpdateAccess(&mDepthAccess, access); in onDepthAccess() 1280 if (onDepthStencilAccess(access, &mDepthCmdCountInvalidated, &mDepthCmdCountDisabled)) in onDepthAccess() 1287 void CommandBufferHelper::onStencilAccess(ResourceAccess access) in onStencilAccess() argument 1300 onDepthStencilAccess(ResourceAccess access, uint32_t *cmdCountInvalidated, uint32_t *cmdCountDisabled) onDepthStencilAccess() argument 1686 finalizeDepthStencilLoadStoreOps(Context *context, ResourceAccess access, RenderPassLoadOp *loadOp, RenderPassStoreOp *storeOp) finalizeDepthStencilLoadStoreOps() argument 3443 vk::CommandBufferAccess access; getIndexBufferForElementArrayBuffer() local 3823 vk::CommandBufferAccess access; copyFromBuffer() local 5478 CommandBufferAccess access; CopyImageSubData() local 5529 CommandBufferAccess access; generateMipmapsWithBlit() local 5701 stageSubresourceUpdateImpl(ContextVk *contextVk, const gl::ImageIndex &index, const gl::Extents &glExtents, const gl::Offset &offset, const gl::InternalFormat &formatInfo, const gl::PixelUnpackState &unpack, DynamicBuffer *stagingBufferOverride, GLenum type, const uint8_t *pixels, const Format &vkFormat, ImageAccess access, const GLuint inputRowPitch, const GLuint inputDepthPitch, const GLuint inputSkipBytes) stageSubresourceUpdateImpl() argument 6152 stageSubresourceUpdate(ContextVk *contextVk, const gl::ImageIndex &index, const gl::Extents &glExtents, const gl::Offset &offset, const gl::InternalFormat &formatInfo, const gl::PixelUnpackState &unpack, DynamicBuffer *stagingBufferOverride, GLenum type, const uint8_t *pixels, const Format &vkFormat, ImageAccess access) stageSubresourceUpdate() argument 6218 stageSubresourceUpdateFromFramebuffer( const gl::Context *context, const gl::ImageIndex &index, const gl::Rectangle &sourceArea, const gl::Offset &dstOffset, const gl::Extents &dstExtent, const gl::InternalFormat &formatInfo, ImageAccess access, FramebufferVk *framebufferVk, DynamicBuffer *stagingBufferOverride) stageSubresourceUpdateFromFramebuffer() argument 6731 CommandBufferAccess access; flushStagedUpdates() local 7261 CommandBufferAccess access; copyImageDataToBuffer() local 7438 CommandBufferAccess access; readPixels() local [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexLookupVerifier.cpp | 50 static inline bool coordsInBounds (const ConstPixelBufferAccess& access, int x, int y, int z) in coordsInBounds() argument 52 return de::inBounds(x, 0, access.getWidth()) && de::inBounds(y, 0, access.getHeight()) && de::inBounds(z, 0, access.getDepth()); in coordsInBounds() 56 inline Vector<ScalarType, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, int i, int j, int k) in lookup() argument 58 if (coordsInBounds(access, i, j, k)) in lookup() 59 return access.getPixelT<ScalarType>(i, j, k); in lookup() 61 return sampleTextureBorder<ScalarType>(access.getFormat(), sampler); in lookup() 65 inline Vector<float, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, int i, int j, int k) in lookup() argument 68 if (coordsInBounds(access, in lookup() 2325 isLevel1DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const LookupPrecision& prec, const float coordX, const int coordY, const Vec4& result) isLevel1DLookupResultValid() argument 2337 isLevel1DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const float coordX, const int coordY, const IVec4& result) isLevel1DLookupResultValid() argument 2350 isLevel1DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const float coordX, const int coordY, const UVec4& result) isLevel1DLookupResultValid() argument 2363 isLevel2DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const LookupPrecision& prec, const Vec2& coord, const int coordZ, const Vec4& result) isLevel2DLookupResultValid() argument 2375 isLevel2DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const Vec2& coord, const int coordZ, const IVec4& result) isLevel2DLookupResultValid() argument 2388 isLevel2DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const Vec2& coord, const int coordZ, const UVec4& result) isLevel2DLookupResultValid() argument 2401 isLevel3DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const LookupPrecision& prec, const Vec3& coord, const Vec4& result) isLevel3DLookupResultValid() argument 2412 isLevel3DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const Vec3& coord, const IVec4& result) isLevel3DLookupResultValid() argument 2424 isLevel3DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const Vec3& coord, const UVec4& result) isLevel3DLookupResultValid() argument [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_ccswe.h | 16 * along with this program; if not, you can access it online at 31 * @access: Spinlock protecting this structure access. 41 spinlock_t access; member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_ccswe.h | 17 * along with this program; if not, you can access it online at 30 * @access: Spinlock protecting this structure access. 40 spinlock_t access; member
|
/third_party/node/deps/npm/node_modules/ip-address/node_modules/sprintf-js/dist/ |
H A D | sprintf.min.js | 2 !function(){"use strict";var g={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function y(e){return function(e,t){var r,n,i,s,a,o,p,c,l,u=1,f=e.length,d="";for(n=0;n<f;n++)if("string"==typeof e[n])d+=e[n];else if("object"==typeof e[n]){if((s=e[n]).keys)for(r=t[u],i=0;i<s.keys.length;i++){if(null==r)throw new Error(y('[sprintf] Cannot access property "%s" of undefined value "%s"',s.keys[i],s.keys[i-1]));r=r[s.keys[i]]}else r=s.param_no?t[s.param_no]:t[u++];if(g.not_type.test(s.type)&&g.not_primitive.test(s.type)&&r instanceof Function&&(r=r()),g.numeric_arg.test(s.type)&&"number"!=typeof r&&isNaN(r))throw new TypeError(y("[sprintf] expecting number but found %T",r));switch(g.number.test(s.type)&&(c=0<=r),s.type){case"b":r=parseInt(r,10).toString(2);break;case"c":r=String.fromCharCode(parseInt(r,10));break;case"d":case"i":r=parseInt(r,10);break;case"j":r=JSON.stringify(r,null,s.width?parseInt(s.width):0);break;case"e":r=s.precision?parseFloat(r).toExponential(s.precision):parseFloat(r).toExponential();break;case"f":r=s.precision?parseFloat(r).toFixed(s.precision):parseFloat(r);break;case"g":r=s.precision?String(Number(r.toPrecision(s.precision))):parseFloat(r);break;case"o":r=(parseInt(r,10)>>>0).toString(8);break;case"s":r=String(r),r=s.precision?r.substring(0,s.precision):r;break;case"t":r=String(!!r),r=s.precision?r.substring(0,s.precision):r;break;case"T":r=Object.prototype.toString.call(r).slice(8,-1).toLowerCase(),r=s.precision?r.substring(0,s.precision):r;break;case"u":r=parseInt(r,10)>>>0;break;case"v":r=r.valueOf(),r=s.precision?r.substring(0,s.precision):r;break;case"x":r=(parseInt(r,10)>>>0).toString(16);break;case"X":r=(parseInt(r,10)>>>0).toString(16).toUpperCase()}g.json.test(s.type)?d+=r:(!g.number.test(s.type)||c&&!s.sign?l="":(l=c?"+":"-",r=r.toString().replace(g.sign,"")),o=s.pad_char?"0"===s.pad_char?"0":s.pad_char.charAt(1):" ",p=s.width-(l+r).length,a=s.width&&0<p?o.repeat(p):"",d+=s.align?l+r+a:"0"===o?l+a+r:a+l+r)}return d}(function(e){if(p[e])return p[e];var t,r=e,n=[],i=0;for(;r;){if(null!==(t=g.text.exec(r)))n.push(t[0]);else if(null!==(t=g.modulo.exec(r)))n.push("%");else{if(null===(t=g.placeholder.exec(r)))throw new SyntaxError("[sprintf] unexpected placeholder");if(t[2]){i|=1;var s=[],a=t[2],o=[];if(null===(o=g.key.exec(a)))throw new SyntaxError("[sprintf] failed to parse named argument key");for(s.push(o[1]);""!==(a=a.substring(o[0].length));)if(null!==(o=g.key_access.exec(a)))s.push(o[1]);else{if(null===(o=g.index_access.exec(a)))throw new SyntaxError("[sprintf] failed to parse named argument key");s.push(o[1])}t[2]=s}else i|=2;if(3===i)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");n.push({placeholder:t[0],param_no:t[1],keys:t[2],sign:t[3],pad_char:t[4],align:t[5],width:t[6],precision:t[7],type:t[8]})}r=r.substring(t[0].length)}return p[e]=n}(e),arguments)}function e(e,t){return y.apply(null,[e].concat(t||[]))}var p=Object.create(null);"undefined"!=typeof exports&&(exports.sprintf=y,exports.vsprintf=e),"undefined"!=typeof window&&(window.sprintf=y,window.vsprintf=e,"function"==typeof define&&define.amd&&define(function(){return{sprintf:y,vsprintf:e}}))}();
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL15_autogen.h | 29 bool ValidateMapBuffer(const Context *context, BufferBinding targetPacked, GLenum access);
|
/third_party/rust/crates/clap/clap_derive/src/derives/ |
H A D | args.rs | 540 let access = if use_self { in gen_updater() 584 #access in gen_updater() 617 #access in gen_updater() 626 gen_parsers(item, ty, field_name, field, Some(&access))? in gen_updater() 716 let genned = if let Some(access) = update { in gen_parsers() 719 #access in gen_parsers()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTextureSwizzleTests.cpp | 42 #define FUNCTIONAL_TEST_ALL_ACCESS_ROUTINES 0 /* Selects if all texture access routines should be tested */ 1134 /* Texture access routine descriptors */ 2410 : TestCase(context, "smoke", "Verifies that all swizzle combinations work with all texture access routines") in SmokeTest() 2534 } /* iteration over access routines */ in iterate() 2763 * @param is_tested_stage Selects if fragment or vertex shader makes texture access 2797 const _texture_access& access = texture_access[test_case.m_texture_access_index]; in getFragmentShader() local 2814 Utils::replaceToken("TEXTURE_ACCESS", position, access.m_name, fs); in getFragmentShader() 2832 * @param is_tested_stage Selects if vertex or fragment shader makes texture access 2878 const _texture_access& access = texture_access[test_case.m_texture_access_index]; in getVertexShader() local 2890 Utils::replaceToken("TEXTURE_ACCESS", position, access in getVertexShader() 2937 const _texture_access& access = texture_access[access_idx]; isTargetSuppByAccess() local 3130 const _texture_access& access = texture_access[test_case.m_texture_access_index]; prepareArguments() local 3199 const _texture_access& access = texture_access[test_case.m_texture_access_index]; prepareCoordinates() local [all...] |
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_job.c | 334 uint32_t access = PAN_BO_ACCESS_READ | in panfrost_batch_read_rsrc() local 337 panfrost_batch_add_bo_old(batch, rsrc->image.data.bo, access); in panfrost_batch_read_rsrc() 340 panfrost_batch_add_bo_old(batch, rsrc->image.crc.bo, access); in panfrost_batch_read_rsrc() 343 panfrost_batch_add_bo_old(batch, rsrc->separate_stencil->image.data.bo, access); in panfrost_batch_read_rsrc() 353 uint32_t access = PAN_BO_ACCESS_WRITE | in panfrost_batch_write_rsrc() local 356 panfrost_batch_add_bo_old(batch, rsrc->image.data.bo, access); in panfrost_batch_write_rsrc() 359 panfrost_batch_add_bo_old(batch, rsrc->image.crc.bo, access); in panfrost_batch_write_rsrc() 362 panfrost_batch_add_bo_old(batch, rsrc->separate_stencil->image.data.bo, access); in panfrost_batch_write_rsrc() 654 /* Update the BO access flags so that panfrost_bo_wait() knows in panfrost_batch_submit_ioctl() 659 * be the first one to access th in panfrost_batch_submit_ioctl() [all...] |
/third_party/skia/src/shaders/ |
H A D | SkImageShader.cpp | 406 auto* access = SkMipmapAccessor::Make(alloc, fImage.get(), matrix, sampling.mipmap); in doStages() local 407 if (!access) { in doStages() 411 std::tie(pm, matrix) = access->level(); in doStages() 686 auto* access = SkMipmapAccessor::Make(alloc, fImage.get(), baseInv, sampling.mipmap); in makeProgram() local 687 if (!access) { in makeProgram() 690 auto [upper, upperInv] = access->level(); in makeProgram() 703 float lowerWeight = access->lowerWeight(); in makeProgram() 705 std::tie(lowerPixmap, lowerInv) = access->lowerLevel(); in makeProgram()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_render_pass.c | 803 * parameters are ignored. The synchronization and access scopes in vk_common_CreateRenderPass2() 1161 VkAccessFlagBits2 access; member 1180 VkAccessFlagBits2 access = 0; in stage_access_for_layout() local 1184 access |= VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT; in stage_access_for_layout() 1190 access |= VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT; in stage_access_for_layout() 1192 access |= VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT; in stage_access_for_layout() 1196 access |= VK_ACCESS_2_TRANSFER_WRITE_BIT; in stage_access_for_layout() 1203 access |= VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT | in stage_access_for_layout() 1208 access |= VK_ACCESS_2_TRANSFER_WRITE_BIT; in stage_access_for_layout() 1214 .access in stage_access_for_layout() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderQueryTestsEXT.cpp | 173 AccessMethod access; member 190 std::swap(access, other.access); in swap() 207 , access (AccessMethod::COPY) in TestParams() 224 , access (other.access) in TestParams() 732 msg << queryName << " availability bit expected to be zero due to reset before access, but found " << availabilityBitVal; in readAndVerifyAvailabilityBit() 980 if (m_params->access == AccessMethod::COPY) in iterate() 1096 if (m_params->access == AccessMethod::COPY) in iterate() 1123 if (m_params->access in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderQueryTestsEXT.cpp | 173 AccessMethod access; member 190 std::swap(access, other.access); in swap() 207 , access (AccessMethod::COPY) in TestParams() 224 , access (other.access) in TestParams() 731 msg << queryName << " availability bit expected to be zero due to reset before access, but found " << availabilityBitVal; in readAndVerifyAvailabilityBit() 979 if (m_params->access == AccessMethod::COPY) in iterate() 1095 if (m_params->access == AccessMethod::COPY) in iterate() 1122 if (m_params->access in iterate() [all...] |
/third_party/alsa-utils/axfer/test/ |
H A D | generator.h | 17 snd_pcm_access_t access,
|
/third_party/ltp/testcases/cve/ |
H A D | cve-2017-2618.c | 28 if (access(PATH_ATTRFS, F_OK)) in setup()
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_validate.h | 41 enum rogue_register_access access; member
|
/third_party/node/test/async-hooks/ |
H A D | test-fsreqcallback-access.js | 13 fs.access(__filename, common.mustCall(onaccess));
|
/third_party/ltp/testcases/kernel/sched/autogroup/ |
H A D | autogroup01.c | 64 if (access(PATH_AUTOGROUP, F_OK)) in setup()
|
/third_party/ltp/testcases/kernel/syscalls/io_setup/ |
H A D | io_setup02.c | 45 if (!access("/proc/sys/fs/aio-max-nr", F_OK)) { in run()
|