Home
last modified time | relevance | path

Searched refs:index (Results 7301 - 7325 of 7976) sorted by relevance

1...<<291292293294295296297298299300>>...320

/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp884 cl_int clSetKernelArgSVMPointer(cl_kernel kernel, cl_uint index, const void *host_ptr) in clSetKernelArgSVMPointer() argument
889 return func(kernel, index, host_ptr); in clSetKernelArgSVMPointer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.cpp752 const deUint32 index = offsetX + gridSize.x() * offsetY + gridSize.x() * gridSize.y() * offsetZ; in iterate() local
762 iReferenceValue = index % MODULO_DIVISOR; in iterate()
769 default: DE_FATAL("Unexpected channel index"); break; in iterate()
843 formatValueStr << "( index % " << MODULO_DIVISOR << ", index % " << MODULO_DIVISOR << ", index % " << MODULO_DIVISOR << ", 1)"; in initPrograms()
848 formatValueStr << "( float( index % " << MODULO_DIVISOR << ") / " << MODULO_DIVISOR << ".0, float( index % " << MODULO_DIVISOR << ") / " << MODULO_DIVISOR << ".0, float( index % " << MODULO_DIVISOR << ") / " << MODULO_DIVISOR << ".0, 1.0)"; in initPrograms()
878 << " int index in initPrograms()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp452 // We must explicitly resolve the index range for the slow-path indirect drawElements to in drawElementsIndirect()
1008 gl::ImageIndex index = gl::ImageIndex::Make2DMultisample(); in initializeMultisampleTextureToBlack() local
1011 ANGLE_TRY(textureD3D->getRenderTarget(context, index, texSamples, &renderTarget)); in initializeMultisampleTextureToBlack()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp78 void index(const Value *V) { in index() function
99 OM.index(V); in orderValue()
732 // Copy out the index information from MetadataMap in order to choose a new in organizeMetadata()
750 // Rebuild MDs, index the metadata ranges for each function in FunctionMDs, in organizeMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAssembler.cpp588 unsigned index = Endian == support::little ? I : (VSize - I - 1); in writeFragment() local
589 Data[I] = uint8_t(V >> (index * 8)); in writeFragment()
804 // example, to set the index fields in the symbol data). in layout()
H A DMCStreamer.cpp138 unsigned index = isLittleEndian ? i : (Size - i - 1); in EmitIntValue() local
139 buf[i] = uint8_t(Value >> (index * 8)); in EmitIntValue()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.hpp51 void bindRange(glw::GLenum target, glw::GLuint index, glw::GLintptr offset, glw::GLsizeiptr size);
436 bool checkActiveSubroutineUniformiv(glw::GLuint program_id, glw::GLuint index, glw::GLenum pname,
546 * dynamically uniform loop index to access subroutine uniform array
/third_party/skia/src/sksl/
H A DSkSLInliner.cpp414 return IndexExpression::Make(*fContext, expr(idx.base()), expr(idx.index())); in inlineExpression()
514 // index. This variable has been rewritten into a clone by the inliner, so we need in inlineStatement()
666 // ... and can be inlined trivially (e.g. a swizzle, or a constant array index), in inlineCall()
1008 this->visitExpression(&indexExpr.index()); in visitExpression()
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp988 UINT16 index = glyph.getGlyphID(); in drawDWMask() local
1000 run.glyphIndices = &index; in drawDWMask()
/third_party/skia/src/shaders/
H A DSkImageShader.cpp803 skvm::I32 index = trunc(clamped_x) + in makeProgram()
805 skvm::Color c = gather(u.pixelFormat, u.addr, index); in makeProgram()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dcffdecode.c242 /* They use the character code, not the glyph index, in this case. */ in cff_operator_seac()
282 subg->index = bchar_index; in cff_operator_seac()
290 subg->index = achar_index; in cff_operator_seac()
1801 FT_TRACE4(( " index\n" )); in FT_LOCAL_DEF()
1926 /* temporary storage array regardless of the Registry index */ in FT_LOCAL_DEF()
2163 " invalid local subr index\n" )); in FT_LOCAL_DEF()
2207 " invalid global subr index\n" )); in FT_LOCAL_DEF()
2387 FT_TRACE4(( "cff_decoder_prepare: invalid CID subfont index\n" )); in FT_LOCAL_DEF()
H A Dt1decode.c131 * A glyph index in the font face. Returns -1 if the corresponding
184 * A glyph index in the font face. Returns -1 if the corresponding
345 subg->index = bchar_index; in t1operator_seac()
353 subg->index = achar_index; in t1operator_seac()
858 /* note that we should not add a point for index 0; */ in FT_LOCAL_DEF()
960 /* => replace elements starting from index cvi( <idx> ) */ in FT_LOCAL_DEF()
1464 " invalid subrs index\n" )); in FT_LOCAL_DEF()
2004 " invalid subrs index\n" )); in FT_LOCAL_DEF()
/third_party/typescript/tests/baselines/reference/
H A DconditionalTypes1.js346 [P in keyof T]?: T[P] extends Array<any> ? {[index: number]: RecursivePartial<T[P][0]>} :
714 [index: number]: RecursivePartial<T[P][0]>;
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMessage.java125 * Message.[]=(index, value)
138 * Message.[](index) => value
144 public IRubyObject index(ThreadContext context, IRubyObject fieldName) { in index() method in RubyMessage
246 return index(context, args[0]); in methodMissing()
/third_party/rust/crates/clap/tests/builder/
H A Drequire.rs63 .arg(Arg::new("flag").index(1).required(true)) in positional_required()
73 .arg(Arg::new("flag").index(1).required(true)) in positional_required_2()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs75 /// Returns the index which can be used to obtain a reference to the `Ssl` associated with a
95 pub fn ex_data<T>(&self, index: Index<X509StoreContext, T>) -> Option<&T> { in ex_data()
97 let data = ffi::X509_STORE_CTX_get_ex_data(self.as_ptr(), index.as_raw()); in ex_data()
2481 /// Get the internal table index of an X509_PURPOSE for a given short name. Valid short
2492 /// The index can be used with `X509PurposeRef::from_idx()` to get the purpose.
2507 /// Get an `X509PurposeRef` for a given index value. The index can be obtained from e.g.
/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs27 /// Safe if `index < array.len()`.
29 ($array:ident, $index:expr) => {
30 // SAFETY: safe if `index < array.len()`.
31 unsafe { *$array.get_unchecked($index) }
/third_party/spirv-tools/source/opt/
H A Dinstruction.cpp177 uint32_t Instruction::GetSingleWordOperand(uint32_t index) const { in GetSingleWordOperand()
178 const auto& words = GetOperand(index).words; in GetSingleWordOperand()
/third_party/spirv-tools/test/
H A Dbinary_parse_test.cpp395 EXPECT_EQ(1u, position.index); in TEST_F()
420 EXPECT_EQ(1u, position.index); in TEST_F()
1030 42 /* member index */,
1040 42 /* member index */,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.cpp754 const deUint32 index = offsetX + gridSize.x() * offsetY + gridSize.x() * gridSize.y() * offsetZ; in iterate() local
764 iReferenceValue = index % MODULO_DIVISOR; in iterate()
771 default: DE_FATAL("Unexpected channel index"); break; in iterate()
845 formatValueStr << "( index % " << MODULO_DIVISOR << ", index % " << MODULO_DIVISOR << ", index % " << MODULO_DIVISOR << ", 1)"; in initPrograms()
850 formatValueStr << "( float( index % " << MODULO_DIVISOR << ") / " << MODULO_DIVISOR << ".0, float( index % " << MODULO_DIVISOR << ") / " << MODULO_DIVISOR << ".0, float( index % " << MODULO_DIVISOR << ") / " << MODULO_DIVISOR << ".0, 1.0)"; in initPrograms()
880 << " int index in initPrograms()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_client.c1587 serv->index, in radius_client_dump_auth_server()
1635 serv->index, in radius_client_dump_acct_server()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_client.c1625 serv->index, in radius_client_dump_auth_server()
1673 serv->index, in radius_client_dump_acct_server()
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_builder_autogen.h174 IdRef index);
180 IdRef index);
H A Dspirv_instruction_parser_autogen.h206 IdRef *index);
212 IdRef *index);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_sdio_host.c663 oam_error_log2(0, OAM_SF_ANY, "{[WIFI][E]rx no mem:%u, index:%d}", buff_len, i); in oal_sdio_build_rx_netbuf_list()
2300 hi_s32 index = 0; in oal_netbuf_list_hex_dump() local
2308 index++; in oal_netbuf_list_hex_dump()
2309 printk(KERN_DEBUG "======netbuf pkts %d, len:%d=========\n", index, oal_netbuf_len(netbuf)); in oal_netbuf_list_hex_dump()

Completed in 49 milliseconds

1...<<291292293294295296297298299300>>...320