Searched defs:sources (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/fontconfig/dist/conf.d/
H A D30-metric-aliases.conf
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_cse.cpp228 const int sources = written / dst_width; local in function:create_copy_instr
[all...]
H A Dbrw_ir_fs.h382 uint8_t sources; /**< Number of fs_reg sources. */ member in class:fs_inst
H A Dbrw_vec4_builder.h611 const unsigned sources = (inst->src[1].file == BAD_FILE ? 1 : 2); local in function:brw::vec4_builder::fix_math_instruction
H A Dbrw_fs_builder.h698 LOAD_PAYLOAD(const dst_reg & dst,const src_reg * src,unsigned sources,unsigned header_size) const argument
H A Dbrw_fs_visitor.cpp387 const fs_reg sources[] = { local in function:fs_visitor::emit_single_fb_write
660 fs_reg sources[8]; local in function:fs_visitor::emit_urb_writes
[all...]
H A Dbrw_fs_nir.cpp2155 fs_reg *sources = ralloc_array(mem_ctx, fs_reg, mlen); local in function:fs_visitor::emit_gs_control_data_bits
4084 fs_reg sources[2] = { data, get_nir_src(instr->src[4]) }; local in function:fs_visitor::nir_emit_intrinsic
5052 fs_reg sources[2] = { data, get_nir_src(instr->src[3]) }; local in function:fs_visitor::nir_emit_ssbo_atomic
5084 fs_reg sources[2] = { data, get_nir_src(instr->src[3]) }; local in function:fs_visitor::nir_emit_ssbo_atomic_float
5114 fs_reg sources[2] = { data, get_nir_src(instr->src[2]) }; local in function:fs_visitor::nir_emit_shared_atomic
5153 fs_reg sources[2] = { data, get_nir_src(instr->src[2]) }; local in function:fs_visitor::nir_emit_shared_atomic_float
5195 fs_reg sources[2] = { data, get_nir_src(instr->src[2]) }; local in function:fs_visitor::nir_emit_global_atomic
5227 fs_reg sources[2] = { data, get_nir_src(instr->src[2]) }; local in function:fs_visitor::nir_emit_global_atomic_float
[all...]
H A Dbrw_fs.cpp50 init(enum opcode opcode,uint8_t exec_size,const fs_reg & dst,const fs_reg * src,unsigned sources) argument
127 fs_inst(enum opcode opcode,uint8_t exec_width,const fs_reg & dst,const fs_reg src[],unsigned sources) argument
1555 fs_reg *sources = ralloc_array(mem_ctx, fs_reg, 2); local in function:fs_visitor::emit_gs_thread_end
4192 fs_reg sources[15]; local in function:lower_fb_write_logical_send
4726 fs_reg sources[MAX_SAMPLER_MESSAGE_SIZE]; local in function:lower_sampler_logical_send_gen7
5409 fs_reg sources[5]; local in function:lower_a64_logical_send
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/
H A DAndroid.gen.mk33 sources := \ macro
57 sources := $(addprefix $(intermediates)/, $(sources)) macro
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_cse.cpp229 const int sources = written / dst_width; local in function:create_copy_instr
[all...]
H A Dbrw_ir_fs.h386 uint8_t sources; /**< Number of fs_reg sources. */ member in class:fs_inst
H A Dbrw_vec4_builder.h623 const unsigned sources = (inst->src[1].file == BAD_FILE ? 1 : 2); local in function:brw::vec4_builder::fix_math_instruction
H A Dbrw_fs_builder.h767 LOAD_PAYLOAD(const dst_reg & dst,const src_reg * src,unsigned sources,unsigned header_size) const argument
H A Dbrw_fs_visitor.cpp640 const fs_reg sources[] = { local in function:fs_visitor::emit_single_fb_write
765 fs_reg sources[8]; local in function:fs_visitor::emit_urb_writes
[all...]
H A Dbrw_fs_nir.cpp2336 fs_reg *sources = ralloc_array(mem_ctx, fs_reg, mlen); local in function:fs_visitor::emit_gs_control_data_bits
4335 fs_reg sources[2] = { data, get_nir_src(instr->src[4]) }; local in function:fs_visitor::nir_emit_intrinsic
5802 fs_reg sources[2] = { data, get_nir_src(instr->src[3]) }; local in function:fs_visitor::nir_emit_ssbo_atomic
5832 fs_reg sources[2] = { data, get_nir_src(instr->src[3]) }; local in function:fs_visitor::nir_emit_ssbo_atomic_float
5863 fs_reg sources[2] = { data, get_nir_src(instr->src[2]) }; local in function:fs_visitor::nir_emit_shared_atomic
5903 fs_reg sources[2] = { data, get_nir_src(instr->src[2]) }; local in function:fs_visitor::nir_emit_shared_atomic_float
5954 fs_reg sources[2] = { local in function:fs_visitor::nir_emit_global_atomic
5997 fs_reg sources[2] = { local in function:fs_visitor::nir_emit_global_atomic_float
[all...]
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.h306 void run_shader(const std::vector<const char *> &sources, argument
317 void run_shader(const std::vector<const char *> &sources, argument
H A Dcompute_test.cpp792 ComputeTest::compile(const std::vector<const char *> &sources, argument
829 ComputeTest::link(const std::vector<Shader> &sources, argument
/xsrc/external/mit/freetype/dist/src/base/
H A Dftdbgmem.c129 FT_MemSource sources[FT_MEM_SOURCE_BUCKETS]; member in struct:FT_MemTableRec_
932 FT_MemSource* sources; local in function:FT_DumpMemory
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddebug_output.c1035 _mesa_GetDebugMessageLog(GLuint count, GLsizei logSize, GLenum *sources, argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddebug_output.c1020 _mesa_GetDebugMessageLog(GLuint count, GLsizei logSize, GLenum *sources, argument
/xsrc/external/mit/xterm/dist/
H A DMakefile.in566 sources : $(AUTO_SOURCE) target
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c2289 int sources[2] = { ins->ssa_args.src0, ins->ssa_args.src1 }; local in function:allocate_registers
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl2.hpp6248 Program(const Sources & sources,cl_int * err=NULL) argument
6283 Program(const Context & context,const Sources & sources,cl_int * err=NULL) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl.hpp5096 Program(const Context & context,const Sources & sources,cl_int * err=NULL) argument
H A Dcl2.hpp6080 Program(const Sources & sources,cl_int * err=NULL) argument
6115 Program(const Context & context,const Sources & sources,cl_int * err=NULL) argument
[all...]

Completed in 130 milliseconds

12