Searched defs:attrib_count (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader_info.c | 249 unsigned attrib_count = glsl_count_attribute_slots(var->type, true); in gather_info_input_decl_vs() local 270 unsigned attrib_count = glsl_count_attribute_slots(type, false); in mark_16bit_ps_input() local 291 unsigned attrib_count = glsl_count_attribute_slots(var->type, false); in gather_info_input_decl_ps() local
|
D | radv_nir_to_llvm.c | 557 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); in scan_shader_output_decl() local
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 499 unsigned attrib_count = variable->data.compact ? DIV_ROUND_UP(glsl_get_length(type), 4) : in nir_tgsi_scan_shader() local 599 unsigned attrib_count = variable->data.compact ? DIV_ROUND_UP(glsl_get_length(type), 4) : in nir_tgsi_scan_shader() local
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_indirect_draw.h | 44 unsigned attrib_count; member
|
D | pan_indirect_draw.c | 90 nir_ssa_def *attrib_count; member 177 uint32_t attrib_count; member
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvacaps.c | 63 guint * attrib_count) in gst_va_get_surface_attribs() 156 guint i, attrib_count, mem_type = 0; in gst_va_create_raw_caps_from_config() local
|
D | gstvadecoder.c | 470 guint i, attrib_count; in gst_va_decoder_get_mem_types() local 506 guint i, attrib_count; in gst_va_decoder_get_surface_formats() local
|
D | gstvafilter.c | 273 guint i, attrib_count; in gst_va_filter_ensure_surface_attributes() local
|
/third_party/mesa3d/src/mesa/main/ |
D | glthread_varray.c | 219 int attrib_count = ++vao->Attrib[binding_index].EnabledAttribCount; in enable_buffer() local 230 int attrib_count = --vao->Attrib[binding_index].EnabledAttribCount; in disable_buffer() local
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_cmd_buffer.c | 573 unsigned attrib_count = pipeline->layout->num_imgs; in panvk_prepare_non_vs_attribs() local 600 unsigned attrib_count = pipeline->attribs.attrib_count + num_imgs; in panvk_draw_prepare_vs_attribs() local
|
D | panvk_private.h | 665 unsigned attrib_count; member
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_state_derived.c | 132 unsigned i, attrib_count; in r300_swtcl_vertex_psc() local
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_cmdstream.c | 3865 unsigned attrib_count = in panfrost_indirect_draw() local
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 5373 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); in ac_handle_shader_output_decl() local
|