Home
last modified time | relevance | path

Searched refs:brw (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.h45 namespace brw {
76 offset(const fs_reg &reg, const brw::fs_builder &bld, unsigned delta) in offset()
115 void VARYING_PULL_CONSTANT_LOAD(const brw::fs_builder &bld,
121 void DEP_RESOLVE_MOV(const brw::fs_builder &bld, int grf);
160 virtual void invalidate_analysis(brw::analysis_dependency_class c);
165 bool opt_cse_local(const brw::fs_live_variables &live, bblock_t *block, int &ip);
222 void emit_fsign(const class brw::fs_builder &, const nir_alu_instr *instr,
243 void nir_emit_alu(const brw::fs_builder &bld, nir_alu_instr *instr,
245 bool try_emit_b2fi_of_inot(const brw::fs_builder &bld, fs_reg result,
247 void nir_emit_load_const(const brw::fs_builder &bld,
[all …]
Dbrw_shader.h76 brw_analysis<brw::idom_tree, backend_shader> idom_analysis;
83 brw::simple_allocator alloc;
92 virtual void invalidate_analysis(brw::analysis_dependency_class c);
Dbrw_vec4.h51 const brw::performance &perf,
58 namespace brw {
113 brw_analysis<brw::vec4_live_variables, backend_shader> live_analysis;
114 brw_analysis<brw::performance, vec4_visitor> performance_analysis;
142 virtual void invalidate_analysis(brw::analysis_dependency_class c);
Dbrw_ir_analysis.h28 namespace brw {
179 invalidate(brw::analysis_dependency_class c) in invalidate()
Dbrw_vec4_gs_visitor.cpp38 namespace brw { namespace
800 assert(nir->info.gs.output_primitive < ARRAY_SIZE(brw::gl_prim_to_hw_prim)); in brw_compile_gs()
802 brw::gl_prim_to_hw_prim[nir->info.gs.output_primitive]; in brw_compile_gs()
857 brw::vec4_gs_visitor v(compiler, params->log_data, &c, prog_data, nir, in brw_compile_gs()
923 brw::vec4_gs_visitor *gs = NULL; in brw_compile_gs()
927 gs = new brw::vec4_gs_visitor(compiler, params->log_data, &c, prog_data, in brw_compile_gs()
931 gs = new brw::gfx6_gs_visitor(compiler, params->log_data, &c, prog_data, in brw_compile_gs()
Dbrw_vec4_surface_builder.cpp26 using namespace brw;
82 namespace brw { namespace
Dbrw_ir_performance.h30 namespace brw {
Dbrw_vec4_tes.h36 namespace brw {
Dbrw_vec4_vs.h29 namespace brw {
Dbrw_vec4_surface_builder.h30 namespace brw {
Dbrw_ir_allocator.h30 namespace brw {
Dbrw_fs_lower_pack.cpp28 using namespace brw;
Dbrw_vec4_builder.h31 namespace brw {
43 typedef brw::src_reg src_reg;
46 typedef brw::dst_reg dst_reg;
Dbrw_vec4_gs_visitor.h38 namespace brw {
Dbrw_vec4_tcs.h37 namespace brw {
Dbrw_vec4_tcs.cpp35 namespace brw { namespace
395 prog_data->patch_count_threshold = brw::get_patch_count_threshold(key->input_vertices); in brw_compile_tcs()
483 brw::vec4_tcs_visitor v(compiler, params->log_data, key, prog_data, in brw_compile_tcs()
Dgfx6_gs_visitor.h33 namespace brw {
Dbrw_vec4_vs_visitor.cpp28 namespace brw { namespace
Dbrw_fs_live_variables.h38 namespace brw {
Dbrw_vec4_gs_nir.cpp26 namespace brw { namespace
Dbrw_dead_control_flow.cpp32 using namespace brw;
Dbrw_vec4_live_variables.h37 namespace brw {
Dbrw_fs_dead_code_eliminate.cpp37 using namespace brw;
/third_party/mesa3d/docs/relnotes/
D10.6.9.rst37 brw_meta_fast_clear (brw=brw@entry=0x7fffd4097a08,
D11.0.4.rst33 brw_meta_fast_clear (brw=brw@entry=0x7fffd4097a08,

1234