Searched refs:nir_lower_tex_options (Results 1 - 25 of 42) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_program.h38 struct nir_lower_tex_options;
40 struct nir_lower_tex_options *tex_options);
H A Dlima_program.c210 struct nir_lower_tex_options *tex_options)
285 struct nir_lower_tex_options tex_options = {
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_nir_builtins.c57 const struct nir_lower_tex_options opts = { .lower_rect = true, };
H A Dst_program.c825 nir_lower_tex_options tex_opts = {0};
1414 nir_lower_tex_options tex_opts = {0};
1481 nir_lower_tex_options options = {0};
H A Dst_glsl_to_nir.cpp1041 struct nir_lower_tex_options opts = { 0 };
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_tex.c25 * This lowering pass supports (as configured via nir_lower_tex_options)
281 const nir_lower_tex_options *options)
322 const nir_lower_tex_options *options,
363 const nir_lower_tex_options *options,
382 const nir_lower_tex_options *options,
402 const nir_lower_tex_options *options,
421 const nir_lower_tex_options *options,
440 const nir_lower_tex_options *options,
458 const nir_lower_tex_options *options,
476 const nir_lower_tex_options *option
[all...]
H A Dnir.h5073 typedef struct nir_lower_tex_options { struct
5247 } nir_lower_tex_options; typedef in typeref:struct:nir_lower_tex_options
5251 const nir_lower_tex_options *options);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_tex.c25 * This lowering pass supports (as configured via nir_lower_tex_options)
318 const nir_lower_tex_options *options)
383 const nir_lower_tex_options *options)
399 const nir_lower_tex_options *options)
416 const nir_lower_tex_options *options)
432 const nir_lower_tex_options *options)
448 const nir_lower_tex_options *options)
463 const nir_lower_tex_options *options)
863 const nir_lower_tex_options *options)
983 const nir_lower_tex_options *option
[all...]
H A Dnir.h3425 typedef struct nir_lower_tex_options { struct
3571 } nir_lower_tex_options; typedef in typeref:struct:nir_lower_tex_options
3574 const nir_lower_tex_options *options);
/xsrc/external/mit/MesaLib/dist/docs/nir/
H A Dtex.rst65 .. doxygenstruct:: nir_lower_tex_options
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir.c161 struct nir_lower_tex_options tex_options = {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/standalone/
H A Dlima_compiler_cmdline.c215 struct nir_lower_tex_options tex_options = {
/xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c293 nir_lower_tex_options lower_tex_options = {0};
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.c692 static const nir_lower_tex_options tex_options = {
952 nir_lower_tex_options tex_options = {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c784 const nir_lower_tex_options tex_options = {
1206 nir_lower_tex_options tex_options = {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c888 static const struct nir_lower_tex_options lower_tex_options = {
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.c326 static const nir_lower_tex_options tex_options = {
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir.c536 struct nir_lower_tex_options tex_options = {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp834 struct nir_lower_tex_options lower_tex_options = {0};
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c838 static const struct nir_lower_tex_options lower_tex_options = {
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir.c381 struct nir_lower_tex_options tex_options = {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c99 struct nir_lower_tex_options tex_options = {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp869 struct nir_lower_tex_options tex_options = { };
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c1120 NIR_PASS_V(s, nir_lower_tex, &(struct nir_lower_tex_options) { .lower_txp = ~0u });
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c110 struct nir_lower_tex_options tex_options = {

Completed in 44 milliseconds

12