Searched refs:brw (Results 1 – 25 of 94) sorted by relevance
1234
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs.h | 45 namespace brw { 76 offset(const fs_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 …]
|
D | brw_shader.h | 76 brw_analysis<brw::idom_tree, backend_shader> idom_analysis; 83 brw::simple_allocator alloc; 92 virtual void invalidate_analysis(brw::analysis_dependency_class c);
|
D | brw_vec4.h | 51 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);
|
D | brw_ir_analysis.h | 28 namespace brw { 179 invalidate(brw::analysis_dependency_class c) in invalidate()
|
D | brw_vec4_gs_visitor.cpp | 38 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()
|
D | brw_vec4_surface_builder.cpp | 26 using namespace brw; 82 namespace brw { namespace
|
D | brw_ir_performance.h | 30 namespace brw {
|
D | brw_vec4_tes.h | 36 namespace brw {
|
D | brw_vec4_vs.h | 29 namespace brw {
|
D | brw_vec4_surface_builder.h | 30 namespace brw {
|
D | brw_ir_allocator.h | 30 namespace brw {
|
D | brw_fs_lower_pack.cpp | 28 using namespace brw;
|
D | brw_vec4_builder.h | 31 namespace brw { 43 typedef brw::src_reg src_reg; 46 typedef brw::dst_reg dst_reg;
|
D | brw_vec4_gs_visitor.h | 38 namespace brw {
|
D | brw_vec4_tcs.h | 37 namespace brw {
|
D | brw_vec4_tcs.cpp | 35 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()
|
D | gfx6_gs_visitor.h | 33 namespace brw {
|
D | brw_vec4_vs_visitor.cpp | 28 namespace brw { namespace
|
D | brw_fs_live_variables.h | 38 namespace brw {
|
D | brw_vec4_gs_nir.cpp | 26 namespace brw { namespace
|
D | brw_dead_control_flow.cpp | 32 using namespace brw;
|
D | brw_vec4_live_variables.h | 37 namespace brw {
|
D | brw_fs_dead_code_eliminate.cpp | 37 using namespace brw;
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.6.9.rst | 37 brw_meta_fast_clear (brw=brw@entry=0x7fffd4097a08,
|
D | 11.0.4.rst | 33 brw_meta_fast_clear (brw=brw@entry=0x7fffd4097a08,
|
1234