Searched refs:NumOffsets (Results 1 – 15 of 15) sorted by relevance
/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 351 NumOffsets = sizeof...(OffsetSeq), 355 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 405 static_assert(N < NumOffsets, "Index out of bounds"); 425 constexpr std::array<size_t, NumOffsets> Offsets() const { 610 template <class Char, size_t N = NumOffsets - 1, EnableIf<N == 0> = 0> 615 template <class Char, size_t N = NumOffsets - 1, EnableIf<N != 0> = 0> 617 static_assert(N < NumOffsets, "Index out of bounds"); 652 for (size_t i = 0; i != NumOffsets - 1; ++i) {
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | layout.h | 351 NumOffsets = sizeof...(OffsetSeq), 355 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 405 static_assert(N < NumOffsets, "Index out of bounds"); 425 constexpr std::array<size_t, NumOffsets> Offsets() const { 610 template <class Char, size_t N = NumOffsets - 1, EnableIf<N == 0> = 0> 615 template <class Char, size_t N = NumOffsets - 1, EnableIf<N != 0> = 0> 617 static_assert(N < NumOffsets, "Index out of bounds"); 652 for (size_t i = 0; i != NumOffsets - 1; ++i) {
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 733 instruction_texture.NumOffsets = 0; in tgsi_default_instruction_texture() 751 instruction_texture.NumOffsets = num_offsets; in tgsi_build_instruction_texture() 1101 full_inst->Texture.NumOffsets, in tgsi_build_full_instruction() 1106 for (i = 0; i < full_inst->Texture.NumOffsets; i++) { in tgsi_build_full_instruction()
|
D | tgsi_parse.c | 195 for (i = 0; i < inst->Texture.NumOffsets; i++) { in tgsi_parse_token()
|
D | tgsi_dump.c | 625 for (i = 0; i < inst->Texture.NumOffsets; i++) { in iter_instruction()
|
D | tgsi_scan.c | 521 for (i = 0; i < fullinst->Texture.NumOffsets; i++) { in scan_instruction()
|
D | tgsi_text.c | 1150 inst.Texture.NumOffsets = i; in parse_instruction()
|
D | tgsi_ureg.c | 1346 out[0].insn_texture.NumOffsets = num_offsets; in ureg_emit_texture()
|
D | tgsi_exec.c | 2008 if (inst->Texture.NumOffsets == 1) { in fetch_texel_offsets() 2022 assert(inst->Texture.NumOffsets == 0); in fetch_texel_offsets()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 705 unsigned NumOffsets : 4; member
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1402 num_srcs += tgsi_inst->Texture.NumOffsets; in ttn_tex() 1530 for (i = 0; i < tgsi_inst->Texture.NumOffsets; i++) { in ttn_tex()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 2249 if (inst->Texture.NumOffsets == 1) { in emit_tex() 2417 if (inst->Texture.NumOffsets == 1) { in emit_sample() 2550 if (inst->Texture.NumOffsets == 1) { in emit_fetch_texels()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 7688 if (inst->Texture.NumOffsets == 1) { in get_texel_offsets() 8147 if (inst->Texture.NumOffsets == 1) { in emit_tg4() 8170 if (inst->Texture.NumOffsets == 1) { in emit_tg4()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 211 unsigned int getNumTexOffsets() const { return insn->Texture.NumOffsets; } in getNumTexOffsets()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 7562 bool txf_add_offsets = inst->Texture.NumOffsets && in tgsi_tex() 8168 if (inst->Texture.NumOffsets) { in tgsi_tex() 8169 assert(inst->Texture.NumOffsets == 1); in tgsi_tex()
|