Home
last modified time | relevance | path

Searched refs:sample_id (Results 1 – 25 of 87) sorted by relevance

1234

/external/harfbuzz_ng/test/api/
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()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.c282 LLVMValueRef sample_id, in attribs_update_simple() argument
331 if (sample_id) { in attribs_update_simple()
332 …LLVMValueRef x_val_idx = LLVMBuildMul(gallivm->builder, sample_id, lp_build_const_int32(gallivm, 2… in attribs_update_simple()
341 if (sample_id) { in attribs_update_simple()
342 …LLVMValueRef y_val_idx = LLVMBuildMul(gallivm->builder, sample_id, lp_build_const_int32(gallivm, 2… in attribs_update_simple()
364 … if (loc == TGSI_INTERPOLATE_LOC_SAMPLE || (attrib == 0 && chan == 2 && sample_id)) { in attribs_update_simple()
365 …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 …]
Dlp_bld_interp.h143 LLVMValueRef sample_id);
149 LLVMValueRef sample_id);
/external/harfbuzz_ng/src/
Dhb-ot-layout.cc1667 hb_ot_name_id_t *sample_id, /* OUT. May be NULL */ in hb_ot_layout_feature_get_name_ids() argument
1686 if (sample_id) *sample_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
1697 if (sample_id) *sample_id = cv_params.sampleTextNameID; in hb_ot_layout_feature_get_name_ids()
1706 if (sample_id) *sample_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
Dhb-ot-layout.h392 hb_ot_name_id_t *sample_id /* OUT. May be NULL */,
/external/deqp/android/cts/master/
Dgles31-565-no-depth-no-stencil.txt9 dEQP-GLES31.functional.shaders.sample_variables.sample_id.default_framebuffer
Dgles31-rotate-portrait.txt9 dEQP-GLES31.functional.shaders.sample_variables.sample_id.default_framebuffer
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles31-565-no-depth-no-stencil.txt9 dEQP-GLES31.functional.shaders.sample_variables.sample_id.default_framebuffer
Dgles32-565-no-depth-no-stencil.txt9 dEQP-GLES31.functional.shaders.sample_variables.sample_id.default_framebuffer
Dgles31-rotate-portrait.txt9 dEQP-GLES31.functional.shaders.sample_variables.sample_id.default_framebuffer
Dgles31-rotate-reverse-portrait.txt9 dEQP-GLES31.functional.shaders.sample_variables.sample_id.default_framebuffer
Dgles31-rotate-landscape.txt9 dEQP-GLES31.functional.shaders.sample_variables.sample_id.default_framebuffer
Dgles31-rotate-reverse-landscape.txt9 dEQP-GLES31.functional.shaders.sample_variables.sample_id.default_framebuffer
Dgles32-rotate-portrait.txt9 dEQP-GLES31.functional.shaders.sample_variables.sample_id.default_framebuffer
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/
Dgles31-565-no-depth-no-stencil.txt9 dEQP-GLES31.functional.shaders.sample_variables.sample_id.default_framebuffer
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/
Dgles31-565-no-depth-no-stencil.txt9 dEQP-GLES31.functional.shaders.sample_variables.sample_id.default_framebuffer
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/
Dgles31-565-no-depth-no-stencil.txt9 dEQP-GLES31.functional.shaders.sample_variables.sample_id.default_framebuffer
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles31-565-no-depth-no-stencil.txt9 dEQP-GLES31.functional.shaders.sample_variables.sample_id.default_framebuffer
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/
Dgles31-565-no-depth-no-stencil.txt9 dEQP-GLES31.functional.shaders.sample_variables.sample_id.default_framebuffer
/external/mesa3d/src/amd/llvm/
Dac_shader_abi.h142 LLVMValueRef (*load_sample_position)(struct ac_shader_abi *abi, LLVMValueRef sample_id);
/external/webrtc/video/
Dfull_stack_tests_plot.py123 for sample_id in xrange(self.length):
125 self.samples[field_ids[col]][sample_id] = float(value)
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.cpp795 int sample_id = allocate_temp_register(); in emit_tex_txf_ms() local
797 GPRVector sample_id_dest(sample_id, {0,7,7,7}); in emit_tex_txf_ms()
798 PValue help(new GPRValue(sample_id, 1)); in emit_tex_txf_ms()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h186 LLVMValueRef sample_id; member
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.sample_variables.txt46 sample_id.* cases verify gl_SampleID values. A quad is drawn with a shader
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c712 LLVMValueRef sample_id) in load_sample_position() argument
726 sample_id = in load_sample_position()
727 LLVMBuildAdd(ctx->ac.builder, sample_id, in load_sample_position()
729 result = ac_build_load_invariant(&ctx->ac, ptr, sample_id); in load_sample_position()
747 LLVMValueRef result, sample_id; in load_sample_mask_in() local
750 sample_id = ac_unpack_param(&ctx->ac, ac_get_arg(&ctx->ac, ctx->args->ac.ancillary), 8, 4); in load_sample_mask_in()
751 sample_id = LLVMBuildShl(ctx->ac.builder, LLVMConstInt(ctx->ac.i32, 1, false), sample_id, ""); in load_sample_mask_in()
752 result = LLVMBuildAnd(ctx->ac.builder, sample_id, in load_sample_mask_in()

1234