/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
H A D | spirv_instruction_parser_autogen.cpp | 859 IdRef *index) in ParseVectorExtractDynamic() 869 *index = IdRef(_instruction[_o++]); in ParseVectorExtractDynamic() 876 IdRef *index) in ParseVectorInsertDynamic() 887 *index = IdRef(_instruction[_o++]); in ParseVectorInsertDynamic() 855 ParseVectorExtractDynamic(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *vector, IdRef *index) ParseVectorExtractDynamic() argument 871 ParseVectorInsertDynamic(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *vector, IdRef *component, IdRef *index) ParseVectorInsertDynamic() argument
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 673 // on 32 bit compiles, needs overloads on index type int to resolve ambiguities 674 VULKAN_HPP_CONSTEXPR T const & operator[]( int index ) const VULKAN_HPP_NOEXCEPT 676 return std::array<T, N>::operator[]( index ); 679 T & operator[]( int index ) VULKAN_HPP_NOEXCEPT 681 return std::array<T, N>::operator[]( index ); 3300 uint32_t index ) const VULKAN_HPP_NOEXCEPT 3302 return ::vkCmdBeginQueryIndexedEXT( commandBuffer, queryPool, query, flags, index ); 3308 uint32_t index ) const VULKAN_HPP_NOEXCEPT 3310 return ::vkCmdEndQueryIndexedEXT( commandBuffer, queryPool, query, index );
|
/third_party/backends/backend/ |
H A D | lexmark_low.c | 181 * read one register at given index 184 rts88xx_read_reg (SANE_Int devnum, SANE_Int index, SANE_Byte * reg) in rts88xx_read_reg() argument 190 cmd[1] = index; in rts88xx_read_reg() 214 DBG (15, "rts88xx_read_reg: reg[0x%02x]=0x%02x\n", index, *reg); in rts88xx_read_reg() 219 * write one register at given index 222 rts88xx_write_reg (SANE_Int devnum, SANE_Int index, SANE_Byte * reg) in rts88xx_write_reg() argument 228 cmd[1] = index; in rts88xx_write_reg() 252 DBG (15, "rts88xx_write_reg: reg[0x%02x]=0x%02x\n", index, *reg); in rts88xx_write_reg() 257 * write length consecutive registers, starting at index 1322 this index a in low_is_home_line() [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 2453 * - base vertex ~ first workgroup index (firstTask in NV_mesh_shader) in gfx10_get_ngg_ms_info() 2459 * - with GS_FAST_LAUNCH=1 every lane's VGPRs are initialized to the same input vertex index in gfx10_get_ngg_ms_info() 3121 /* Lower the viewport index to zero when the last vertex stage doesn't export it. */ in radv_link_shaders() 3202 var->data.driver_location = var->data.location + var->data.index; in radv_set_driver_locations() 7357 radv_get_shader_from_executable_index(struct radv_pipeline *pipeline, int index, in radv_get_shader_from_executable_index() argument 7363 if (!index) { in radv_get_shader_from_executable_index() 7368 --index; in radv_get_shader_from_executable_index() 7372 if (!index) { in radv_get_shader_from_executable_index() 7376 --index; in radv_get_shader_from_executable_index()
|
H A D | radv_image.c | 746 * - 0: (index >= NUM_RECORDS) || (offset >= STRIDE) in radv_make_buffer_descriptor() 747 * - 1: index >= NUM_RECORDS in radv_make_buffer_descriptor() 873 unsigned index = si_tile_mode_index(plane, base_level, is_stencil); in si_set_mutable_tex_desc_fields() local 876 state[3] |= S_008F1C_TILING_INDEX(index); in si_set_mutable_tex_desc_fields()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_to_hir.cpp | 785 * Returns the innermost array index expression in an rvalue tree. 787 * it is the block index rather than an indexing expression for an 847 ir_rvalue *index = find_innermost_array_index(lhs); in validate_assignment() local 848 ir_variable *index_var = index ? index->variable_referenced() : NULL; in validate_assignment() 3406 /* Check if index was set for the uniform instead of the function */ in apply_explicit_location() 3408 _mesa_glsl_error(loc, state, "an index qualifier can only be " in apply_explicit_location() 3415 process_qualifier_constant(state, loc, "index", qual->index, in apply_explicit_location() 3421 * sets a layout index t in apply_explicit_location() [all...] |
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 1426 Handle<Smi> index(Smi::FromInt(context_index), isolate); in InstallWithIntrinsicDefaultProto() 1429 index, NONE); in InstallWithIntrinsicDefaultProto() 3512 // Check that index of "set" function in JSCollection is correct. in InitializeGlobal() 3611 // Check that index of "add" function in JSCollection is correct. in InitializeGlobal() 3721 // Check that index of "set" function in JSWeakCollection is correct. in InitializeGlobal() 3756 // Check that index of "add" function in JSWeakCollection is correct. in InitializeGlobal() 5693 // predefines the properties index, input, and groups). in InstallABunchOfRandomThings() 5701 // index descriptor. in InstallABunchOfRandomThings() 6122 FieldIndex index = FieldIndex::ForDescriptor(from->map(), i); in TransferNamedProperties() local 6124 isolate(), from, details.representation(), index); in TransferNamedProperties() [all...] |
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 3708 all.append((heap._arenas.index(arena), start, stop, 3714 all.append((heap._arenas.index(arena), start, stop, 4175 # Exercise index(). 4180 sl.index('100') 4181 self.assertEqual(sl.index(100), 3) 4254 empty_sl.index(None) 5709 assert obj.index(5) == 0
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
H A D | block.c | 172 * @part_index: partition index (0 on first)
2387 "mmcblk%u%s", card->host->index, subname ? subname : "");
in mmc_blk_alloc_req() 2551 ret = snprintf(rpmb_name, sizeof(rpmb_name), "mmcblk%u%s", card->host->index, subname ? subname : "");
in mmc_blk_alloc_rpmb_part()
|
/test/xts/hats/telephony/ril/hdi_v1.1_additional/ |
H A D | hdf_ril_hdiService_test_7th.cpp | 2789 emergencyInfo.index = 1;
in HWTEST_F() 2816 emergencyInfo.index = 1;
in HWTEST_F()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevc_mc.asm | 180 %macro EPEL_FILTER 5 ; bit depth, filter index, xmma, xmmb, gprtmp 1739 ; %1: dst register index
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numrgts.cpp | 112 NumberFormatRegressionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 115 switch (index) { in runIndexedTest() 1344 logln("Caught expected ParseException : " + foo.getMessage() + " at index : " + foo.getErrorOffset()); in Test4052223() 1405 errln(UnicodeString("Format 1234.5 failed. Begin index: ") /*+ field.getBeginIndex() + " End index: " + field.getEndIndex()*/); in Test4062486() 1409 errln("Set begin/end field indexes failed. Begin index: " /*+ field.getBeginIndex() + " End index: " + field.getEndIndex()*/); in Test4062486()
|
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
H A D | egbaddrlib.cpp | 1471 pEquation->addr[pEquation->numBits].index = i + log2BytesPP + 3 + numPipeBits; 1479 pEquation->addr[pEquation->numBits].index = i + 3; 1583 UINT_32 slice, ///< [in] slice index 1584 UINT_32 sample, ///< [in] sample index 1650 // Compute the pixel index within the micro tile. 1858 UINT_32 slice, ///< [in] slice index 1859 UINT_32 sample, ///< [in] sample index 1903 // Compute the micro tile index. 1921 // Compute the pixel index within the micro tile. 1988 UINT_32* pSlice, ///< [out] slice index [all...] |
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrlib1.cpp | 1049 * Convert tile index to tile mode/type/info 1098 * Get macro mode index based on input info 1135 * Convert tile index to tile mode/type/info 1185 * Get tile index from tile mode/type/info 2187 UINT_32* pSlice ///< [out] slice index in HwlComputeXmaskCoordFromAddr() 2361 UINT_32 slice, ///< [in] slice/depth index in HwlComputeXmaskAddrFromCoord() 2571 UINT_32 slice, ///< [in] slice/depth index in ComputeSurfaceAddrFromCoordLinear() 2572 UINT_32 sample, ///< [in] sample index in ComputeSurfaceAddrFromCoordLinear() 2614 UINT_32* pSlice, ///< [out] slice/depth index in ComputeSurfaceCoordFromAddrLinear() 2615 UINT_32* pSample ///< [out] sample index in ComputeSurfaceCoordFromAddrLinear() 3875 HwlSetupTileCfg( UINT_32 bpp, INT_32 index, INT_32 macroModeIndex, ADDR_TILEINFO* pInfo, AddrTileMode* pMode, AddrTileType* pType ) const HwlSetupTileCfg() argument [all...] |
/third_party/nghttp2/src/ |
H A D | h2load.cc | 1624 auto index = &client - &clients[0]; in free_client() local 1625 clients[index] = nullptr; in free_client()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_pipeline.c | 488 * other up to 16 have to be lined up so that the input index = the in emit_3dstate_sbe() 489 * output index. We'll need to do some tweaking to make sure that's the in emit_3dstate_sbe() 1040 if (cb == NULL || binding->index >= cb->attachment_count) { in emit_cb_state() 1046 &cb->attachments[binding->index]; in emit_cb_state() 1448 * point by reading less and offsetting the register index in the in emit_3dstate_streamout() 2259 unreachable("invalid index format"); in emit_mesh_state()
|
H A D | anv_image.c | 1554 uint32_t index) in anv_swapchain_get_image() 1556 VkImage image = wsi_common_get_image(swapchain, index); in anv_swapchain_get_image() 1553 anv_swapchain_get_image(VkSwapchainKHR swapchain, uint32_t index) anv_swapchain_get_image() argument
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 1058 const uint32_t index = in vn_physical_device_init_supported_extensions() local 1060 physical_dev->extension_spec_versions[index] = in vn_physical_device_init_supported_extensions()
|
/third_party/mksh/ |
H A D | sh.h | 1628 unsigned int p; /* 0 or index into argv[optind - 1] */ 1775 uint32_t index; /* index for an array */ member 1817 #define AINDEX BIT(25) /* array index >0 = ua.index filled in */ 1840 (vp)->ua.index : 0)) 2785 /* Used by Test_env.isa() (order important - used to index *_tokens[] arrays) */
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-source.c | 710 chunk.index = 0; in mmap_read() 864 chunk.index = 0; in unix_read()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-equalizer-sink.c | 529 tchunk.index = 0; in flatten_to_memblockq() 1626 u->dbus_path=pa_sprintf_malloc("/org/pulseaudio/core1/sink%d", u->sink->index); in dbus_init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.cpp | 2408 size_t index, in getSamplePosition() 2412 rx::GetSamplePosition(sampleCount, index, xy); in getSamplePosition() 2407 getSamplePosition(const gl::Context *context, size_t index, GLfloat *xy) const getSamplePosition() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 41 // Returns the operand index for the "image operands". 1459 // Returns the number of elements that the |index|th in operand in |inst| 1464 uint32_t index) { 1481 uint32_t id = inst->GetSingleWordInOperand(index); 1539 // If there are no index operands, then this rule cannot do anything. 1709 // operands of the VectorShuffle. We just need to adjust the index in the 1734 // Get index of the element the vector shuffle is placing in the position 1748 // index if needed. 1952 // vector to the shuffle. Offset the index by |size|. 2348 // |component_index| to be the index int [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | folding_rules.cpp | 41 // Returns the operand index for the "image operands". 1459 // Returns the number of elements that the |index|th in operand in |inst| 1464 uint32_t index) { 1481 uint32_t id = inst->GetSingleWordInOperand(index); 1539 // If there are no index operands, then this rule cannot do anything. 1709 // operands of the VectorShuffle. We just need to adjust the index in the 1734 // Get index of the element the vector shuffle is placing in the position 1748 // index if needed. 1952 // vector to the shuffle. Offset the index by |size|. 2348 // |component_index| to be the index int [all...] |
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 1262 i->sink_index = si->index; in sink_info_cb() 1284 i->source_index = si->index; in source_info_cb()
|