HomeSort by: relevance | last modified time | path
    Searched refs:sam (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_compiler_nir.c 1192 struct ir3_instruction *sam, *addr; local
1196 sam = ir3_SAM(ctx->block, opc, type, 0b1111, info.flags, info.samp_tex, src0,
1199 ir3_instr_set_address(sam, addr);
1202 sam->cat5.tex_base = info.base;
1203 sam->cat5.samp = info.combined_idx;
1205 return sam;
1223 struct ir3_instruction *sam; local
1244 sam = emit_sam(ctx, OPC_ISAM, info, type, 0b1111,
1247 ir3_handle_nonuniform(sam, intr);
1249 sam->barrier_class = IR3_BARRIER_IMAGE_R
1263 struct ir3_instruction *sam, *lod; local
2386 struct ir3_instruction **dst, *sam, *src0[12], *src1[4]; local
2713 struct ir3_instruction **dst, *sam; local
2739 struct ir3_instruction **dst, *sam; local
3842 struct ir3_instruction *sam = ctx->ir->astc_srgb[i]; local
    [all...]
ir3.h 2116 struct ir3_instruction *sam; local
2129 sam = ir3_instr_create(block, opc, 1, nreg);
2130 sam->flags |= flags;
2131 __ssa_dst(sam)->wrmask = wrmask;
2133 __ssa_src(sam, samp_tex, (flags & IR3_INSTR_B) ? 0 : IR3_REG_HALF);
2136 __ssa_src(sam, src0, 0);
2139 __ssa_src(sam, src1, 0);
2141 sam->cat5.type = type;
2143 return sam;
disasm-a3xx.c 281 OPC(5, OPC_SAM, sam),
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3.h 1323 struct ir3_instruction *sam; local
1326 sam = ir3_instr_create(block, opc);
1327 sam->flags |= flags | IR3_INSTR_S2EN;
1328 ir3_reg_create(sam, 0, 0)->wrmask = wrmask;
1329 __ssa_src(sam, samp_tex, IR3_REG_HALF);
1331 reg = ir3_reg_create(sam, 0, IR3_REG_SSA);
1336 reg = ir3_reg_create(sam, 0, IR3_REG_SSA);
1340 sam->cat5.type = type;
1342 return sam;
ir3_compiler_nir.c 936 struct ir3_instruction *sam; local
956 sam = ir3_SAM(b, OPC_ISAM, type, 0b1111, flags,
959 sam->barrier_class = IR3_BARRIER_IMAGE_R;
960 sam->barrier_conflict = IR3_BARRIER_IMAGE_W;
962 ir3_split_dest(b, dst, sam, 0, 4);
972 struct ir3_instruction *sam, *lod; local
976 sam = ir3_SAM(b, OPC_GETSIZE, TYPE_U32, 0b1111, flags,
991 ir3_split_dest(b, tmp, sam, 0, 4);
1682 struct ir3_instruction **dst, *sam, *src0[12], *src1[4]; local
1920 sam = ir3_SAM(b, opc, type, MASK(ncomp), flags
1961 struct ir3_instruction **dst, *sam; local
1986 struct ir3_instruction **dst, *sam; local
2762 struct ir3_instruction *sam = ctx->ir->astc_srgb[i]; local
    [all...]
disasm-a3xx.c 965 OPC(5, OPC_SAM, sam),
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-internal.h 365 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
366 if (kSignBitMask & sam) {
367 // sam represents a negative number.
368 return ~sam + 1;
370 // sam represents a positive number.
371 return kSignBitMask | sam;
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-internal.h 389 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
390 if (kSignBitMask & sam) {
391 // sam represents a negative number.
392 return ~sam + 1;
394 // sam represents a positive number.
395 return kSignBitMask | sam;
  /xsrc/external/mit/MesaLib/dist/include/CL/
cl2.hpp 5633 Sampler(const Sampler& sam) : detail::Wrapper<cl_type>(sam) {}
5638 Sampler& operator = (const Sampler &sam)
5640 detail::Wrapper<cl_type>::operator=(sam);
5647 Sampler(Sampler&& sam) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(sam)) {}
5652 Sampler& operator = (Sampler &&sam)
5654 detail::Wrapper<cl_type>::operator=(std::move(sam));
cl.hpp 4710 Sampler(const Sampler& sam) : detail::Wrapper<cl_type>(sam) {}
4715 Sampler& operator = (const Sampler &sam)
4717 detail::Wrapper<cl_type>::operator=(sam);
4725 Sampler(Sampler&& sam) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(sam)) {}
4730 Sampler& operator = (Sampler &&sam)
4732 detail::Wrapper<cl_type>::operator=(std::move(sam));
  /xsrc/external/mit/MesaLib.old/dist/include/CL/
cl2.hpp 5489 Sampler(const Sampler& sam) : detail::Wrapper<cl_type>(sam) {}
5494 Sampler& operator = (const Sampler &sam)
5496 detail::Wrapper<cl_type>::operator=(sam);
5503 Sampler(Sampler&& sam) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(sam)) {}
5508 Sampler& operator = (Sampler &&sam)
5510 detail::Wrapper<cl_type>::operator=(std::move(sam));
cl.hpp 4710 Sampler(const Sampler& sam) : detail::Wrapper<cl_type>(sam) {}
4715 Sampler& operator = (const Sampler &sam)
4717 detail::Wrapper<cl_type>::operator=(sam);
4725 Sampler(Sampler&& sam) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(sam)) {}
4730 Sampler& operator = (Sampler &&sam)
4732 detail::Wrapper<cl_type>::operator=(std::move(sam));

Completed in 32 milliseconds