Home
last modified time | relevance | path

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

12

/third_party/boost/boost/spirit/home/karma/directive/
Dduplicate.hpp53 struct attribute_count struct
58 struct attribute_count<unused_type, false> struct
63 struct attribute_count<T, false> struct
115 , int N = attribute_count<Attribute>::value
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c209 info->attribute_count = util_bitcount64(s->info.inputs_read); in GENX()
215 info->attribute_count = MAX2(info->attribute_count, PAN_VERTEX_ID + 1); in GENX()
220 info->attribute_count = MAX2(info->attribute_count, PAN_INSTANCE_ID + 1); in GENX()
303 info->attribute_count += util_last_bit(s->info.images_used); in GENX()
Dpan_shader.h200 rsd->shader.attribute_count = shader_info->attribute_count; in pan_shader_prepare_rsd()
/third_party/mesa3d/src/panfrost/midgard/
Ddisassemble.h10 signed attribute_count; member
Ddisassemble.c1536 if (word->index_reg == 0x7 && ctx->midg_stats.attribute_count >= 0) in print_load_store_instr()
1537 update_stats(&ctx->midg_stats.attribute_count, in print_load_store_instr()
1540 ctx->midg_stats.attribute_count = -16; in print_load_store_instr()
/third_party/vk-gl-cts/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 …]
/third_party/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()
/third_party/vk-gl-cts/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 …]
/third_party/mesa3d/src/panfrost/lib/genxml/
Ddecode.c582 stats.attribute_count = -128; in pandecode_shader_disassemble()
720 bool has_attribute = (stats.attribute_count > 0); in pandecode_blend_shader_disassemble()
820 int varying_count = 0, attribute_count = 0, uniform_count = 0, uniform_buffer_count = 0; in pandecode_dcd() local
842 attribute_count = state.shader.attribute_count; in pandecode_dcd()
898 max_attr_index = pandecode_attribute_meta(attribute_count, p->attributes, false); in pandecode_dcd()
/third_party/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()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h242 unsigned attribute_count; member
/third_party/python/Modules/
D_winapi.c961 DWORD attribute_count = 0; in getattributelist() local
988 ++attribute_count; in getattributelist()
991 result = InitializeProcThreadAttributeList(NULL, attribute_count, 0, &attribute_list_size); in getattributelist()
1006 attribute_count, in getattributelist()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c873 if (vs->attribute_count >= PAN_VERTEX_ID) { in panvk_pipeline_builder_parse_vertex_input()
880 if (vs->attribute_count >= PAN_INSTANCE_ID) { in panvk_pipeline_builder_parse_vertex_input()
887 attribs->attrib_count = MAX2(attribs->attrib_count, vs->attribute_count); in panvk_pipeline_builder_parse_vertex_input()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c1548 if (!shader->info.attribute_count) { in panfrost_emit_image_attribs()
1554 unsigned attr_count = shader->info.attribute_count; in panfrost_emit_image_attribs()
1597 bool special_vbufs = vs->info.attribute_count >= PAN_VERTEX_ID; in panfrost_emit_vertex_data()
1613 vs->info.attribute_count, in panfrost_emit_vertex_data()
2962 vs->info.attribute_count - in panfrost_indirect_draw()
/third_party/vk-gl-cts/android/cts/master/
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
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
/third_party/skia/third_party/externals/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/
Dgles2-master.txt13387 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.2
13388 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.3
13389 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.4
13390 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.5
13391 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.6
13392 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.7
13393 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.8
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/
Dgles2-master.txt13213 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.2
13214 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.3
13215 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.4
13216 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.5
13217 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.6
13218 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.7
13219 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.8
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/master/
Dgles2-master.txt13387 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.2
13388 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.3
13389 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.4
13390 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.5
13391 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.6
13392 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.7
13393 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.8
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles2-master.txt13211 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.2
13212 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.3
13213 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.4
13214 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.5
13215 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.6
13216 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.7
13217 dEQP-GLES2.functional.vertex_arrays.multiple_attributes.attribute_count.8

12