Searched refs:fs_info (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_measure.c | 299 const struct shader_info *fs_info = local in function:_iris_measure_snapshot 301 if (fs_info && fs_info->name && strncmp(fs_info->name, "st/", 2) == 0) { 302 event_name = fs_info->name;
|
| H A D | iris_state.c | 1383 const struct shader_info *fs_info) 1385 if (!fs_info) 1388 unsigned rt_outputs = fs_info->outputs_written >> FRAG_RESULT_DATA0; 1390 if (fs_info->outputs_written & BITFIELD64_BIT(FRAG_RESULT_COLOR)) 4165 const struct shader_info *fs_info = local in function:iris_emit_sbe 4171 iris_compute_sbe_urb_read_interval(fs_info->inputs_read, 6204 const struct shader_info *fs_info = local in function:iris_upload_dirty_render_state 6209 pb.HasWriteableRT = has_writeable_rt(cso_blend, fs_info); 1382 has_writeable_rt(const struct iris_blend_state * cso_blend,const struct shader_info * fs_info) argument
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| H A D | pgmdump2.c | 189 uint32_t fs_info; /* offset of FS shader_info section */ member in struct:header 209 O(hdr, fs_info, shader_info); 221 /* not sure how much of the rest of contents before start of fs_info 226 (hdr->fs_info - sizeof(*hdr)) / 4);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_draw.c | 182 struct shader_info *fs_info = ir3_get_shader_info(emit.key.fs); local in function:fd6_draw_vbo 186 (fs_info && (fs_info->inputs_read & (1ull << VARYING_SLOT_PRIMITIVE_ID)));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_state.c | 1045 const struct shader_info *fs_info = local in function:gen4_upload_curbe 1048 if (BITSET_TEST(fs_info->system_values_read, SYSTEM_VALUE_FRAG_COORD)) { 1690 const struct shader_info *fs_info) 1692 if (!fs_info) 1695 unsigned rt_outputs = fs_info->outputs_written >> FRAG_RESULT_DATA0; 1697 if (fs_info->outputs_written & BITFIELD64_BIT(FRAG_RESULT_COLOR)) 4561 const struct shader_info *fs_info = local in function:calculate_attr_overrides 4565 brw_compute_first_urb_slot_required(fs_info->inputs_read, vue_map); 6504 const struct shader_info *fs_info = local in function:crocus_upload_dirty_render_state 6550 !(has_writeable_rt(ice->state.cso_blend, fs_info))) 1689 has_writeable_rt(const struct crocus_blend_state * cso_blend,const struct shader_info * fs_info) argument 7147 UNUSED const struct shader_info *fs_info = local in function:crocus_upload_dirty_render_state 7376 const struct shader_info *fs_info = local in function:crocus_upload_dirty_render_state [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 1040 const struct shader_info *fs_info) 1042 if (!fs_info) 1045 unsigned rt_outputs = fs_info->outputs_written >> FRAG_RESULT_DATA0; 1047 if (fs_info->outputs_written & BITFIELD64_BIT(FRAG_RESULT_COLOR)) 3447 const struct shader_info *fs_info = local in function:iris_emit_sbe 3451 iris_compute_sbe_urb_read_interval(fs_info->inputs_read, 4928 const struct shader_info *fs_info = local in function:iris_upload_dirty_render_state 4933 pb.HasWriteableRT = has_writeable_rt(cso_blend, fs_info); 1039 has_writeable_rt(const struct iris_blend_state * cso_blend,const struct shader_info * fs_info) argument
|
Completed in 33 milliseconds