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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_clear.c56 uint64_t cv; local in function:softpipe_clear
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_clear.c58 uint64_t cv; local in function:softpipe_clear
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Devent.hpp96 mutable std::condition_variable cv; member in class:clover::event
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h37 const unsigned cv = draw_current_shader_clipvertex_output(pvs->draw); local in function:TAG
H A Ddraw_llvm.c1152 const unsigned cv = llvm->draw->vs.clipvertex_output; local in function:generate_clipmask
1571 const unsigned cv = draw->vs.clipvertex_output; local in function:draw_llvm_generate
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Devent.hpp96 mutable std::condition_variable cv; member in class:clover::event
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h38 const unsigned cv = draw_current_shader_clipvertex_output(pvs->draw); local in function:TAG
H A Ddraw_llvm.c1524 const unsigned cv = llvm->draw->vs.clipvertex_output; local in function:generate_clipmask
1967 const unsigned cv = draw->vs.clipvertex_output; local in function:draw_llvm_generate
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_clip.c168 nir_ssa_def *cv; local in function:nir_lower_clip_vs
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_clip.c238 nir_ssa_def *cv; local in function:lower_clip_outputs
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp466 vvec & cv = c->values; local in function:r600_sb::coalescer::color_reg_constraint
H A Dsb_expr.cpp423 literal dv, cv = v0->get_const_value(); local in function:r600_sb::expr_handler::fold_alu_op1
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp466 vvec & cv = c->values; local in function:r600_sb::coalescer::color_reg_constraint
H A Dsb_expr.cpp423 literal dv, cv = v0->get_const_value(); local in function:r600_sb::expr_handler::fold_alu_op1
[all...]
/xsrc/external/mit/libX11/dist/src/
H A Dlocking.c334 _XConditionWait(xcondition_t cv,xmutex_t mutex XTHREADS_FILE_LINE_ARGS) argument
[all...]
H A Dlocking.h48 xcondition_t cv; member in struct:_XCVList
71 xcondition_t cv; /* wait if another thread has XLockDisplay */ member in struct:_XLockInfo
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp742 nir_const_value *cv = nir_instr_as_load_const(val->parent_instr)->value; local in function:TEST_F
765 nir_const_value *cv = nir_instr_as_load_const(val->parent_instr)->value; local in function:TEST_F
1068 nir_const_value *cv = nir_instr_as_load_const(val->parent_instr)->value; local in function:TEST_F
1093 nir_const_value *cv = nir_instr_as_load_const(val->parent_instr)->value; local in function:TEST_F
1119 nir_const_value *cv = nir_instr_as_load_const(val->parent_instr)->value; local in function:TEST_F
1143 nir_const_value *cv = nir_instr_as_load_const(val->parent_instr)->value; local in function:TEST_F
1180 nir_const_value *cv = nir_instr_as_load_const(val->parent_instr)->value; local in function:TEST_F
1529 nir_const_value *cv = nir_instr_as_load_const(val->parent_instr)->value; local in function:TEST_F
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp1209 const UniformValue& cv = static_cast<const UniformValue&>(s); local in function:r600::AssemblyFromShaderLegacyImpl::copy_src
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_s3tc_tmp.h202 GLubyte cv[4][4]; local in function:fancybasecolorsearch
392 GLubyte cv[4][4]; local in function:storedxtencodedblock
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c760 nir_const_value *cv = nir_src_as_const_value(alu->src[i].src); local in function:lower_alu
782 nir_const_value *cv = nir_src_as_const_value(alu->src[i].src); local in function:lower_alu
797 nir_const_value *cv = nir_src_as_const_value(alu->src[i].src); local in function:lower_alu
815 nir_const_value *cv = nir_src_as_const_value(alu->src[i].src); local in function:lower_alu
834 nir_const_value *cv = nir_src_as_const_value(alu->src[i].src); local in function:lower_alu
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_s3tc_tmp.h202 GLubyte cv[4][4]; local in function:fancybasecolorsearch
392 GLubyte cv[4][4]; local in function:storedxtencodedblock
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp886 unsigned cv = 0; local in function:BuilderSWR::CompileVS
908 unsigned cv = locate_linkage(TGSI_SEMANTIC_CLIPDIST, val < 4 ? 0 : 1, local in function:BuilderSWR::CompileVS
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp2458 unsigned cv = 0; local in function:BuilderSWR::CompileVS
2493 unsigned cv = locate_linkage(TGSI_SEMANTIC_CLIPDIST, val < 4 ? 0 : 1, pLastFE); local in function:BuilderSWR::CompileVS
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c3131 nir_const_value *cv; local in function:emit_tex
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp9203 get_const_vec(nir_ssa_def* vec, nir_const_value* cv[4]) argument

Completed in 79 milliseconds