/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_assemble.c | 261 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()
|
D | pan_context.h | 229 unsigned attribute_count, varying_count, ubo_count; member
|
D | pan_cmdstream.c | 1111 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/ |
D | test_rfc6010.py | 73 attribute_count = 0 81 attribute_count += 1 83 assert attribute_count == 3
|
/external/mesa3d/src/panfrost/lib/ |
D | decode.c | 670 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/ |
D | disassemble.h | 11 signed attribute_count; member
|
D | disassemble.c | 1198 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/ |
D | es2fShaderStateQueryTests.cpp | 815 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/ |
D | vc4_validate.c | 137 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/ |
D | es3fShaderStateQueryTests.cpp | 977 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/ |
D | mixer.c | 782 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.c | 952 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/ |
D | bi_submit.c | 178 cfg.shader.attribute_count = cfg.shader.varying_count = 1; in bit_vertex()
|
/external/openssh/ |
D | pkcs11.h | 981 unsigned long attribute_count, 988 unsigned long attribute_count,
|
/external/igt-gpu-tools/lib/ |
D | panfrost-job.h | 482 u16 attribute_count; member
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_pipeline_shader.cpp | 2608 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/ |
D | gles2-master.txt | 11614 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
|
D | gles2-master-2020-03-01.txt | 11582 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/ |
D | gles2-master.txt | 11307 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/ |
D | gles2-master.txt | 11307 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/ |
D | gles2-master-2020-03-01.txt | 11582 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/ |
D | gles2-master-PASS.txt | 13501 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
|
D | gles2-master.txt | 11582 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/ |
D | gles2-master.txt | 13386 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/ |
D | results.txt | 13539 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
|