Home
last modified time | relevance | path

Searched refs:idx (Results 4076 - 4100 of 4248) sorted by relevance

1...<<161162163164165166167168169170

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushDescriptorTests.cpp1768 const deUint32 idx = quadIdx * 6 + vertexIdx; in verifyImage() local
1769 refQuadsOuter[idx].color.xyzw() = outerColor[quadIdx]; in verifyImage()
1770 refQuadsInner[idx].color.xyzw() = innerColor[quadIdx]; in verifyImage()
4173 const deUint32 idx = quadIdx * 6 + vertexIdx; in verifyImage() local
4174 refQuads[idx].color.xyzw() = colors[quadIdx]; in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp3458 for (size_t idx = 0u; idx < quadColors.size(); ++idx) in iterate()
3460 const auto& rectColor = quadColors.at(idx); in iterate()
3463 if (idx % 2u == 0u) in iterate()
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2978 int idx[Size]; in doExpand() local
2981 idx[ndx] = ndx; in doExpand()
2994 alt = alt + op[idx[ndx]]; in doExpand()
2996 } while (std::next_permutation(idx, idx + Size)); in doExpand()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelinePushDescriptorTests.cpp1756 const deUint32 idx = quadIdx * 6 + vertexIdx; in verifyImage() local
1757 refQuadsOuter[idx].color.xyzw() = outerColor[quadIdx]; in verifyImage()
1758 refQuadsInner[idx].color.xyzw() = innerColor[quadIdx]; in verifyImage()
4153 const deUint32 idx = quadIdx * 6 + vertexIdx; in verifyImage() local
4154 refQuads[idx].color.xyzw() = colors[quadIdx]; in verifyImage()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c1523 int idx) in set_blend_entry_bits()
1528 &cso_blend->cso.rt[cso_blend->cso.independent_blend_enable ? idx : 0]; in set_blend_entry_bits()
1549 if (idx == 0) { in set_blend_entry_bits()
1571 if (idx == 0 && !blend_enabled && wm_prog_data->dual_src_blend) { in set_blend_entry_bits()
3277 int idx, in crocus_fill_scissor_rect()
3282 const struct pipe_viewport_state *vp = &ice->state.viewports[idx]; in crocus_fill_scissor_rect()
3290 struct pipe_scissor_state *s = &ice->state.scissors[idx]; in crocus_fill_scissor_rect()
5289 uint32_t idx) in emit_sol_surface()
5293 if (idx >= so_info->num_outputs || !ice->state.streamout_active) in emit_sol_surface()
5295 const struct pipe_stream_output *output = &so_info->output[idx]; in emit_sol_surface()
1521 set_blend_entry_bits(struct crocus_batch *batch, BLEND_ENTRY_GENXML *entry, struct crocus_blend_state *cso_blend, int idx) set_blend_entry_bits() argument
3276 crocus_fill_scissor_rect(struct crocus_context *ice, int idx, struct pipe_scissor_state *ss) crocus_fill_scissor_rect() argument
5287 emit_sol_surface(struct crocus_batch *batch, struct pipe_stream_output_info *so_info, uint32_t idx) emit_sol_surface() argument
[all...]
/arkcompiler/ets_runtime/test/regresstest/
H A Drun_regress_test.py586 idx = file.rfind(src_dir)
587 fpath, _ = os.path.split(file[idx:])
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h1504 void SetLabelOrder(LabelIDOrder idx) in SetLabelOrder() argument
1506 orderID = idx; in SetLabelOrder()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc_lsra.cpp671 RegOpndInfo(RegOperand &opnd, uint32 size, uint32 idx, bool def) in RegOpndInfo()
672 : regOpnd(opnd), regSize(size), opndIdx(idx), isDef(def) in RegOpndInfo()
/third_party/eudev/src/udev/
H A Dudev-rules.c336 unsigned int idx = (tk_ptr - tks_ptr) / sizeof(struct token); in dump_token() local
340 idx, token->rule.token_count, in dump_token()
/third_party/ffmpeg/libavcodec/
H A Dsvq3.c1110 int idx = ff_h264_quant_rem6[q]; in init_dequant4_coeff_table() local
1113 ((uint32_t)ff_h264_dequant4_coeff_init[idx][(x & 1) + ((x >> 2) & 1)] * 16) << shift; in init_dequant4_coeff_table()
/third_party/backends/backend/
H A Dkvs1025_opt.c389 get_optval_list (const PKV_DEV dev, int idx, in get_optval_list() argument
394 index = get_string_list_index (str_list, dev->val[idx].s); in get_optval_list()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DVTimeZone.java1230 int idx = 0; in createRuleByRDATE()
1233 times[idx++] = parseDateTimeString(date, fromOffset); in createRuleByRDATE()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DVTimeZone.java1201 int idx = 0; in createRuleByRDATE()
1204 times[idx++] = parseDateTimeString(date, fromOffset); in createRuleByRDATE()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c245 nir_ssa_def *idx = nir_imm_int(b, tex->texture_index); in lower_rect_tex_scale() local
246 nir_ssa_def *scale = nir_build_load_texture_rect_scaling(b, 32, idx); in lower_rect_tex_scale()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c556 int idx = variable->data.driver_location; in scan_shader_output_decl() local
565 mask_attribs = ((1ull << attrib_count) - 1) << idx; in scan_shader_output_decl()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_descriptor_set.c1198 uint32_t idx = binding->immutable_samplers_index + j; in pvr_descriptor_set_create() local
1199 const struct pvr_sampler *sampler = layout->immutable_samplers[idx]; in pvr_descriptor_set_create()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c459 int fuse_reply_bmap(fuse_req_t req, uint64_t idx) in fuse_reply_bmap() argument
464 arg.block = idx; in fuse_reply_bmap()
/third_party/nghttp2/src/
H A Dhttp2.cc980 void index_header(HeaderIndex &hdidx, int32_t token, size_t idx) { in index_header() argument
985 hdidx[token] = idx; in index_header()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c688 unsigned idx = i - PIPE_SWIZZLE_X; in invert_swizzle() local
689 out[idx] = PIPE_SWIZZLE_X + c; in invert_swizzle()
/third_party/lwip/src/core/
H A Dtcp_in.c1930 u8_t idx = (u8_t)(optidx - tcphdr_opt1len);
1931 return tcphdr_opt2[idx];
/third_party/node/deps/v8/src/heap/
H A Dheap.h855 inline PagedSpace* paged_space(int idx);
856 inline Space* space(int idx);
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c593 OUT_RELOC(ring, results_ptr(at, result[result->idx].samples_start)); in emit_common_init()
612 OUT_RELOC(ring, results_ptr(at, result[result->idx].samples_end)); in emit_common_fini()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_compact.c2671 unsigned idx = (p->relocs[i].offset - start_offset) / 16; in brw_compact_instructions() local
2672 p->relocs[i].offset -= compacted_counts[idx] * 8; in brw_compact_instructions()
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c600 factor.idx = 0; in translate_attr_convert()
647 factor.idx = 0; in translate_attr_convert()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp256.c1633 * select_point selects the |idx|th point from a precomputation table and
1636 static void select_point(const u64 idx, unsigned int size, in select_point() argument
1646 u64 mask = i ^ idx; in select_point()

Completed in 92 milliseconds

1...<<161162163164165166167168169170