/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-name.c | 40 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/harfbuzz/test/api/ |
D | test-ot-name.c | 40 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/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-name.c | 40 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/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 288 LLVMValueRef sample_id, in attribs_update_simple() argument 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() argument 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() argument [all …]
|
D | lp_bld_interp.h | 142 LLVMValueRef sample_id); 148 LLVMValueRef sample_id);
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout.cc | 1682 hb_ot_name_id_t *sample_id, /* OUT. May be NULL */ in hb_ot_layout_feature_get_name_ids() argument 1701 if (sample_id) *sample_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids() 1712 if (sample_id) *sample_id = cv_params.sampleTextNameID; in hb_ot_layout_feature_get_name_ids() 1721 if (sample_id) *sample_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout.cc | 1709 hb_ot_name_id_t *sample_id, /* OUT. May be NULL */ in hb_ot_layout_feature_get_name_ids() argument 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()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout.cc | 1661 hb_ot_name_id_t *sample_id, /* OUT. May be NULL */ in hb_ot_layout_feature_get_name_ids() argument 1680 if (sample_id) *sample_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids() 1691 if (sample_id) *sample_id = cv_params.sampleTextNameID; in hb_ot_layout_feature_get_name_ids() 1700 if (sample_id) *sample_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/ |
D | sample-position.frag | 11 fragment main0_out main0(uint gl_SampleID [[sample_id]])
|
D | sample-mask-in-and-out.fixed-sample-mask.force-sample.frag | 12 fragment main0_out main0(uint gl_SampleMaskIn [[sample_mask]], uint gl_SampleID [[sample_id]])
|
D | sample-rate-frag-coord.force-sample.frag | 11 … sampler texSmplr [[sampler(0)]], float4 gl_FragCoord [[position]], uint gl_SampleID [[sample_id]])
|
D | sample-rate-frag-coord-sample-pos.frag | 11 … sampler texSmplr [[sampler(0)]], float4 gl_FragCoord [[position]], uint gl_SampleID [[sample_id]])
|
D | basic.force-sample.frag | 17 …ure2d<float> uTex [[texture(0)]], sampler uTexSmplr [[sampler(0)]], uint gl_SampleID [[sample_id]])
|
D | sample-rate-frag-coord-sample-id.frag | 11 … sampler texSmplr [[sampler(0)]], float4 gl_FragCoord [[position]], uint gl_SampleID [[sample_id]])
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/ |
D | sample-position.frag | 11 fragment main0_out main0(uint gl_SampleID [[sample_id]])
|
D | sample-mask-in-and-out.fixed-sample-mask.force-sample.frag | 12 fragment main0_out main0(uint gl_SampleMaskIn [[sample_mask]], uint gl_SampleID [[sample_id]])
|
D | sample-position-func.frag | 16 fragment main0_out main0(main0_in in [[stage_in]], uint gl_SampleID [[sample_id]])
|
D | sample-rate-frag-coord.force-sample.frag | 11 … sampler texSmplr [[sampler(0)]], float4 gl_FragCoord [[position]], uint gl_SampleID [[sample_id]])
|
D | sample-rate-frag-coord-sample-pos.frag | 11 … sampler texSmplr [[sampler(0)]], float4 gl_FragCoord [[position]], uint gl_SampleID [[sample_id]])
|
D | basic.force-sample.frag | 17 …ure2d<float> uTex [[texture(0)]], sampler uTexSmplr [[sampler(0)]], uint gl_SampleID [[sample_id]])
|
D | sample-rate-frag-coord-sample-id.frag | 11 … sampler texSmplr [[sampler(0)]], float4 gl_FragCoord [[position]], uint gl_SampleID [[sample_id]])
|
D | input-attachment-ms.frag | 11 …(0)]], texture2d_ms<float> uSubpass1 [[texture(1)]], uint gl_SampleID [[sample_id]], float4 gl_Fra…
|
D | input-attachment-ms.arrayed-subpass.msl21.frag | 11 … texture2d_ms_array<float> uSubpass1 [[texture(1)]], uint gl_SampleID [[sample_id]], float4 gl_Fra…
|
/third_party/skia/third_party/externals/tint/test/shader_io/ |
D | fragment_input_builtins.wgsl.expected.msl | 11 …n [[position]], bool front_facing [[front_facing]], uint sample_index [[sample_id]], uint sample_m…
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_fmask_copy.c | 96 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()
|