Searched refs:fs_info (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_measure.c | 314 const struct shader_info *fs_info = in _iris_measure_snapshot() local 316 if (fs_info && fs_info->name && strncmp(fs_info->name, "st/", 2) == 0) { in _iris_measure_snapshot() 317 event_name = fs_info->name; in _iris_measure_snapshot()
|
H A D | iris_state.c | 1478 const struct shader_info *fs_info) in has_writeable_rt() 1480 if (!fs_info) in has_writeable_rt() 1483 unsigned rt_outputs = fs_info->outputs_written >> FRAG_RESULT_DATA0; in has_writeable_rt() 1485 if (fs_info->outputs_written & BITFIELD64_BIT(FRAG_RESULT_COLOR)) in has_writeable_rt() 6406 const struct shader_info *fs_info = in iris_upload_dirty_render_state() local 6411 pb.HasWriteableRT = has_writeable_rt(cso_blend, fs_info); in iris_upload_dirty_render_state() 1477 has_writeable_rt(const struct iris_blend_state *cso_blend, const struct shader_info *fs_info) has_writeable_rt() argument
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | pgmdump2.c | 189 uint32_t fs_info; /* offset of FS shader_info section */ member 209 O(hdr, fs_info, shader_info); in decode_header() 221 /* not sure how much of the rest of contents before start of fs_info in decode_header() 226 (hdr->fs_info - sizeof(*hdr)) / 4); in decode_header()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_draw.c | 182 struct shader_info *fs_info = ir3_get_shader_info(emit.key.fs); variable 186 (fs_info && (fs_info->inputs_read & (1ull << VARYING_SLOT_PRIMITIVE_ID)));
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 1046 const struct shader_info *fs_info = in gen4_upload_curbe() local 1049 if (BITSET_TEST(fs_info->system_values_read, SYSTEM_VALUE_FRAG_COORD)) { in gen4_upload_curbe() 1691 const struct shader_info *fs_info) in has_writeable_rt() 1693 if (!fs_info) in has_writeable_rt() 1696 unsigned rt_outputs = fs_info->outputs_written >> FRAG_RESULT_DATA0; in has_writeable_rt() 1698 if (fs_info->outputs_written & BITFIELD64_BIT(FRAG_RESULT_COLOR)) in has_writeable_rt() 4566 const struct shader_info *fs_info = in calculate_attr_overrides() local 4570 brw_compute_first_urb_slot_required(fs_info->inputs_read, vue_map); in calculate_attr_overrides() 6507 const struct shader_info *fs_info = local 6553 !(has_writeable_rt(ice->state.cso_blend, fs_info))) 1690 has_writeable_rt(const struct crocus_blend_state *cso_blend, const struct shader_info *fs_info) has_writeable_rt() argument 7149 UNUSED const struct shader_info *fs_info = global() local 7378 const struct shader_info *fs_info = global() local [all...] |
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | native.rs | 329 //kernel/fs_info.h 330 pub struct fs_info { structure names 530 // kernel/fs_info.h 1106 // kernel/fs_info.h 1109 pub fn fs_stat_dev(dev: ::dev_t, info: *mut fs_info) -> ::c_int; in fs_stat_dev()
|
Completed in 26 milliseconds