Home
last modified time | relevance | path

Searched refs:sample_id (Results 1 - 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-ot-name.c40 hb_ot_name_id_t sample_id; in test_ot_layout_feature_get_name_ids_and_characters() local
54 &label_id, &tooltip_id, &sample_id, in test_ot_layout_feature_get_name_ids_and_characters()
60 g_assert_cmpint (sample_id, ==, 258); in test_ot_layout_feature_get_name_ids_and_characters()
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.h104 SamplingHeapProfiler* profiler_, uint64_t sample_id) in Sample()
109 sample_id(sample_id) {} in Sample()
116 const uint64_t sample_id; member
H A Dsampling-heap-profiler.cc287 sample->sample_id}); in BuildSamples()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c288 LLVMValueRef sample_id, in attribs_update_simple()
337 if (sample_id) { in attribs_update_simple()
338 LLVMValueRef x_val_idx = LLVMBuildMul(gallivm->builder, sample_id, lp_build_const_int32(gallivm, 2), ""); in attribs_update_simple()
347 if (sample_id) { in attribs_update_simple()
348 LLVMValueRef y_val_idx = LLVMBuildMul(gallivm->builder, sample_id, lp_build_const_int32(gallivm, 2), ""); in attribs_update_simple()
370 if (loc == TGSI_INTERPOLATE_LOC_SAMPLE || (attrib == 0 && chan == 2 && sample_id)) { in attribs_update_simple()
371 LLVMValueRef x_val_idx = LLVMBuildMul(gallivm->builder, sample_id, lp_build_const_int32(gallivm, 2), ""); in attribs_update_simple()
797 LLVMValueRef sample_id) in lp_build_interp_soa_update_inputs_dyn()
799 attribs_update_simple(bld, gallivm, quad_start_index, mask_store, sample_id, 1, bld->num_attribs); in lp_build_interp_soa_update_inputs_dyn()
806 LLVMValueRef sample_id) in lp_build_interp_soa_update_pos_dyn()
284 attribs_update_simple(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, LLVMValueRef loop_iter, LLVMValueRef mask_store, LLVMValueRef sample_id, int start, int end) attribs_update_simple() argument
793 lp_build_interp_soa_update_inputs_dyn(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, LLVMValueRef quad_start_index, LLVMValueRef mask_store, LLVMValueRef sample_id) lp_build_interp_soa_update_inputs_dyn() argument
803 lp_build_interp_soa_update_pos_dyn(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, LLVMValueRef quad_start_index, LLVMValueRef sample_id) lp_build_interp_soa_update_pos_dyn() argument
[all...]
H A Dlp_bld_interp.h142 LLVMValueRef sample_id);
148 LLVMValueRef sample_id);
H A Dlp_state_fs.c434 LLVMValueRef sample_id; member
545 LLVMValueRef sample_offset = LLVMBuildMul(builder, sample_stride, fs_iface->sample_id, ""); in fs_fb_fetch()
992 system_values.sample_id = sample_loop_state.counter; in generate_fs_loop()
997 system_values.sample_id = lp_build_const_int32(gallivm, 0); in generate_fs_loop()
1009 .sample_id = system_values.sample_id, in generate_fs_loop()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout.cc1689 * @sample_id: (out) (optional): The ‘name’ table name ID that specifies sample text
1709 hb_ot_name_id_t *sample_id, /* OUT. May be NULL */ in hb_ot_layout_feature_get_name_ids()
1728 if (sample_id) *sample_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
1739 if (sample_id) *sample_id = cv_params.sampleTextNameID; in hb_ot_layout_feature_get_name_ids()
1748 if (sample_id) *sample_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
1704 hb_ot_layout_feature_get_name_ids(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, hb_ot_name_id_t *label_id, hb_ot_name_id_t *tooltip_id, hb_ot_name_id_t *sample_id, unsigned int *num_named_parameters, hb_ot_name_id_t *first_param_id ) hb_ot_layout_feature_get_name_ids() argument
H A Dhb-ot-layout.h460 hb_ot_name_id_t *sample_id /* OUT. May be NULL */,
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_fmask_copy.c96 nir_ssa_def *sample_id = nir_load_var(&b, counter); in build_fmask_copy_compute_shader() local
108 frag_fetch->src[3].src = nir_src_for_ssa(sample_id); in build_fmask_copy_compute_shader()
118 sample_id, outval, nir_imm_int(&b, 0), in build_fmask_copy_compute_shader()
H A Dradv_nir_to_llvm.c215 load_sample_position(struct ac_shader_abi *abi, LLVMValueRef sample_id) in load_sample_position() argument
227 sample_id = LLVMBuildAdd(ctx->ac.builder, sample_id, in load_sample_position()
229 result = ac_build_load_invariant(&ctx->ac, ptr, sample_id); in load_sample_position()
H A Dradv_meta_clear.c1040 nir_ssa_def *sample_id = is_msaa ? nir_imm_int(&b, 0) : nir_ssa_undef(&b, 1, 32); in build_clear_dcc_comp_to_single_shader() local
1042 sample_id, data, nir_imm_int(&b, 0), in build_clear_dcc_comp_to_single_shader()
H A Dradv_shader.c558 nir_ssa_def *sample_id = nir_load_sample_id(&b); in radv_lower_fs_intrinsics() local
559 def = nir_iand(&b, sample_coverage, nir_ishl(&b, nir_imm_int(&b, 1u), sample_id)); in radv_lower_fs_intrinsics()
/third_party/mesa3d/src/amd/llvm/
H A Dac_shader_abi.h102 LLVMValueRef (*load_sample_position)(struct ac_shader_abi *abi, LLVMValueRef sample_id);
H A Dac_nir_to_llvm.c3369 LLVMValueRef sample_id) in barycentric_at_sample()
3377 LLVMValueRef sample_pos = ctx->abi->load_sample_position(ctx->abi, sample_id); in barycentric_at_sample()
3993 LLVMValueRef sample_id = get_src(ctx, instr->src[0]); in visit_intrinsic() local
3994 result = barycentric_at_sample(ctx, nir_intrinsic_interp_mode(instr), sample_id); in visit_intrinsic()
3368 barycentric_at_sample(struct ac_nir_context *ctx, unsigned mode, LLVMValueRef sample_id) barycentric_at_sample() argument
/third_party/pulseaudio/src/pulsecore/
H A Desound.h166 int sample_id; /* either a stream fd or sample id */ member
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h806 uint64_t sample_id; member
/third_party/node/deps/v8/include/
H A Dv8-profiler.h803 uint64_t sample_id; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h185 LLVMValueRef sample_id; member
H A Dlp_bld_nir_soa.c1829 result[0] = lp_build_broadcast_scalar(&bld_base->uint_bld, bld->system_values.sample_id); in emit_sysval_intrin()
1833 LLVMValueRef idx = LLVMBuildMul(gallivm->builder, bld->system_values.sample_id, lp_build_const_int32(gallivm, 2), ""); in emit_sysval_intrin()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c34 static LLVMValueRef load_sample_position(struct ac_shader_abi *abi, LLVMValueRef sample_id) in load_sample_position() argument
41 /* offset = sample_id * 8 (8 = 2 floats containing samplepos.xy) */ in load_sample_position()
43 LLVMBuildMul(ctx->ac.builder, sample_id, LLVMConstInt(ctx->ac.i32, 8, 0), ""); in load_sample_position()
/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc455 .setOrdinal(static_cast<double>(sample.sample_id)) in getSamplingProfile()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_nir.cpp3690 const fs_reg sample_id = bld.emit_uniformize(sample_src);
3693 .SHL(msg_data, sample_id, brw_imm_ud(4u));
3710 const fs_reg sample_id = bld.emit_uniformize(sample_src);
3716 sample_src, sample_id,
3720 .SHL(msg_data, sample_id, brw_imm_ud(4u));
H A Dbrw_fs.cpp1328 fs_reg sample_id = abld.vgrf(BRW_REGISTER_TYPE_UD);
1371 abld.AND(sample_id, tmp, brw_imm_w(0xf));
1417 abld.emit(FS_OPCODE_SET_SAMPLE_ID, sample_id, t1, t2);
1420 return sample_id;
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c711 bi_index sample_id = bi_temp(b->shader); in bi_load_sample_id() local
712 bi_load_sample_id_to(b, sample_id); in bi_load_sample_id()
713 return sample_id; in bi_load_sample_id()
/third_party/ffmpeg/libavformat/
H A Dmov.c4122 int sample_id = 0;
4168 sc->open_key_samples[k++] = sample_id;
4169 if (sg->count > INT_MAX - sample_id)
4171 sample_id += sg->count;

Completed in 72 milliseconds

12