Home
last modified time | relevance | path

Searched refs:brw_compile_fs (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/intel/blorp/
Dblorp.c254 return brw_compile_fs(compiler, mem_ctx, &params); in blorp_compile_fs()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c138 program = brw_compile_fs(brw->screen->compiler, mem_ctx, &params); in brw_codegen_wm_prog()
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h1653 brw_compile_fs(const struct brw_compiler *compiler,
Dbrw_fs.cpp9708 brw_compile_fs(const struct brw_compiler *compiler, in brw_compile_fs() function
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1988 const unsigned *program = brw_compile_fs(compiler, mem_ctx, &params); in iris_compile_fs()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c1193 fs_stage->code = brw_compile_fs(compiler, mem_ctx, &params); in anv_pipeline_compile_fs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1871 brw_compile_fs(compiler, mem_ctx, &params); in crocus_compile_fs()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst1156 - intel/compiler: Make vue_map parameter const for brw_compile_fs
1157 - intel/compiler: Use a struct for brw_compile_fs parameters
D20.1.0.rst2008 - intel/fs: Heap-allocate fs_visitors in brw_compile_fs().