Home
last modified time | relevance | path

Searched refs:attribute_count (Results 1 – 25 of 59) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_assemble.c261 unsigned attribute_count = 0, varying_count = 0; in panfrost_shader_compile() local
291 attribute_count = util_bitcount64(s->info.inputs_read); in panfrost_shader_compile()
295 attribute_count = MAX2(attribute_count, PAN_VERTEX_ID + 1); in panfrost_shader_compile()
298 attribute_count = MAX2(attribute_count, PAN_INSTANCE_ID + 1); in panfrost_shader_compile()
378 state->attribute_count = attribute_count; in panfrost_shader_compile()
384 state->shader.attribute_count = attribute_count; in panfrost_shader_compile()
Dpan_context.h229 unsigned attribute_count, varying_count, ubo_count; member
Dpan_cmdstream.c1111 MALI_ATTRIBUTE_BUFFER_LENGTH * (vs->attribute_count + 1) * in panfrost_emit_vertex_data()
1116 MALI_ATTRIBUTE_LENGTH * vs->attribute_count, in panfrost_emit_vertex_data()
1123 unsigned last = vs->attribute_count * ((ctx->instance_count > 1) ? 2 : 1); in panfrost_emit_vertex_data()
1228 if (unlikely(vs->attribute_count >= PAN_VERTEX_ID)) { in panfrost_emit_vertex_data()
/external/python/pyasn1-modules/tests/
Dtest_rfc6010.py73 attribute_count = 0
81 attribute_count += 1
83 assert attribute_count == 3
/external/mesa3d/src/panfrost/lib/
Ddecode.c670 stats.attribute_count = -128; in pandecode_shader_disassemble()
835 bool has_attribute = (stats.attribute_count > 0); in pandecode_blend_shader_disassemble()
934 int varying_count = 0, attribute_count = 0, uniform_count = 0, uniform_buffer_count = 0; in pandecode_vertex_tiler_postfix_pre() local
948 .attribute_count = 0, in pandecode_vertex_tiler_postfix_pre()
965 attribute_count = state.shader.attribute_count; in pandecode_vertex_tiler_postfix_pre()
978 … pandecode_shader_prop("attribute_count", attribute_count, info.attribute_count, false); in pandecode_vertex_tiler_postfix_pre()
1036 … max_attr_index = pandecode_attribute_meta(attribute_count, p->attributes, false, suffix); in pandecode_vertex_tiler_postfix_pre()
/external/mesa3d/src/panfrost/midgard/
Ddisassemble.h11 signed attribute_count; member
Ddisassemble.c1198 if ((word->arg_2 == 0x1E) && midg_stats.attribute_count >= 0) in print_load_store_instr()
1199 update_stats(&midg_stats.attribute_count, address); in print_load_store_instr()
1201 midg_stats.attribute_count = -16; in print_load_store_instr()
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp815 int attribute_count = 16; in test() local
816 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count); in test()
820 for (int index = 0; index < attribute_count; ++index) in test()
853 int attribute_count = 16; in test() local
854 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count); in test()
858 for (int index = 0; index < attribute_count; ++index) in test()
868 for (int index = 0; index < attribute_count; ++index) in test()
878 for (int index = 0; index < attribute_count; ++index) in test()
888 for (int index = 0; index < attribute_count; ++index) in test()
915 int attribute_count = 16; in test() local
[all …]
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate.c137 uint32_t attribute_count = pointer_bits & 7; in gl_shader_rec_size() local
140 if (attribute_count == 0) in gl_shader_rec_size()
141 attribute_count = 8; in gl_shader_rec_size()
144 return 100 + attribute_count * 4; in gl_shader_rec_size()
146 return 36 + attribute_count * 8; in gl_shader_rec_size()
/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp977 int attribute_count = 16; in test() local
978 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count); in test()
982 for (int index = 0; index < attribute_count; ++index) in test()
1015 int attribute_count = 16; in test() local
1016 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count); in test()
1020 for (int index = 0; index < attribute_count; ++index) in test()
1030 for (int index = 0; index < attribute_count; ++index) in test()
1040 for (int index = 0; index < attribute_count; ++index) in test()
1050 for (int index = 0; index < attribute_count; ++index) in test()
1077 int attribute_count = 16; in test() local
[all …]
/external/mesa3d/src/gallium/frontends/vdpau/
Dmixer.c782 uint32_t attribute_count, in vlVdpVideoMixerSetAttributeValues() argument
801 for (i = 0; i < attribute_count; ++i) { in vlVdpVideoMixerSetAttributeValues()
945 uint32_t attribute_count, in vlVdpVideoMixerGetAttributeValues() argument
960 for (i = 0; i < attribute_count; ++i) { in vlVdpVideoMixerGetAttributeValues()
/external/python/cpython3/Modules/
D_winapi.c952 DWORD attribute_count = 0; in getattributelist() local
979 ++attribute_count; in getattributelist()
982 result = InitializeProcThreadAttributeList(NULL, attribute_count, 0, &attribute_list_size); in getattributelist()
997 attribute_count, in getattributelist()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_submit.c178 cfg.shader.attribute_count = cfg.shader.varying_count = 1; in bit_vertex()
/external/openssh/
Dpkcs11.h981 unsigned long attribute_count,
988 unsigned long attribute_count,
/external/igt-gpu-tools/lib/
Dpanfrost-job.h482 u16 attribute_count; member
/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp2608 const uint32_t attribute_count = m_device->props.limits.maxVertexInputAttributes + 1; in TEST_F() local
2609 std::vector<VkVertexInputAttributeDescription> input_attribs(attribute_count); in TEST_F()
2610 for (uint32_t i = 0; i < attribute_count; ++i) { in TEST_F()
2617 input_attribs[attribute_count - 1].location = 0; in TEST_F()
2619 input_attribs[attribute_count - 1].binding = 1; in TEST_F()
2625 helper.vi_ci_.vertexAttributeDescriptionCount = attribute_count; in TEST_F()
/external/deqp/android/cts/master/
Dgles2-master.txt11614 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.2
11615 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.3
11616 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.4
11617 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.5
11618 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.6
11619 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.7
11620 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.8
Dgles2-master-2020-03-01.txt11582 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.2
11583 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.3
11584 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.4
11585 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.5
11586 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.6
11587 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.7
11588 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.8
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
Dgles2-master.txt11307 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.2
11308 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.3
11309 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.4
11310 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.5
11311 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.6
11312 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.7
11313 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.8
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles2-master.txt11307 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.2
11308 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.3
11309 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.4
11310 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.5
11311 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.6
11312 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.7
11313 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.8
/external/deqp/android/cts/master/src/
Dgles2-master-2020-03-01.txt11582 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.2
11583 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.3
11584 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.4
11585 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.5
11586 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.6
11587 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.7
11588 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.8
/external/swiftshader/tests/regres/testlists/
Dgles2-master-PASS.txt13501 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.2
13502 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.3
13503 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.4
13504 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.5
13505 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.6
13506 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.7
13507 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.8
Dgles2-master.txt11582 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.2
11583 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.3
11584 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.4
11585 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.5
11586 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.6
11587 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.7
11588 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.8
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/
Dgles2-master.txt13386 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.2
13387 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.3
13388 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.4
13389 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.5
13390 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.6
13391 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.7
13392 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.8
/external/virglrenderer/ci/previous_results/archived/es_host_llvmpipe/deqp_gles2/
Dresults.txt13539 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.2 Pass
13540 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.3 Pass
13541 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.4 Pass
13542 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.5 Pass
13543 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.6 Pass
13544 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.7 Pass
13545 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.8 Pass

123