/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 52 SrcRegister(const struct tgsi_full_src_register *src) in SrcRegister() argument 57 SrcRegister(const struct tgsi_src_register& src) : reg(src), fsr(NULL) { } in SrcRegister() argument 1481 scanInstructionSrc(const Instruction& insn, const Instruction::SrcRegister& src, unsigned mask) scanInstructionSrc() argument 1767 srcToSym(tgsi::Instruction::SrcRegister src, int c) srcToSym() argument 1834 interpolate(tgsi::Instruction::SrcRegister src, int c, Value *ptr) interpolate() argument 2283 loadProjTexCoords(Value *dst[4], Value *src[4], unsigned int mask) loadProjTexCoords() argument 2326 Value *arg[4], *src[8]; handleTEX() local 2660 std::vector<Value *> off, src, ldv, def; handleLOAD() local 2812 std::vector<Value *> off, src, dummy; handleSTORE() local 3048 tgsi::Instruction::SrcRegister src = tgsi.getSrc(0); handleINTERP() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_arit.c | 591 lp_build_horizontal_add4x4f(struct lp_build_context *bld, LLVMValueRef src[4]) lp_build_horizontal_add4x4f() argument [all...] |
H A D | lp_bld_tgsi_soa.c | 1613 emit_fetch_deriv( struct lp_build_tgsi_soa_context *bld, LLVMValueRef src, LLVMValueRef *res, LLVMValueRef *ddx, LLVMValueRef *ddy) emit_fetch_deriv() argument
|
H A D | lp_bld_nir_soa.c | 2072 static void emit_vote(struct lp_build_nir_context *bld_base, LLVMValueRef src, in emit_vote() argument 2139 static void emit_ballot(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) in emit_ballot() argument 2200 static void emit_shuffle(struct lp_build_nir_context *bld_base, LLVMValueRef src, LLVMValueRef index, in emit_shuffle() argument 2246 emit_reduce(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_reduce() argument 2466 emit_read_invocation(struct lp_build_nir_context *bld_base, LLVMValueRef src, unsigned bit_size, LLVMValueRef invoc, LLVMValueRef result[4]) emit_read_invocation() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_state.c | 2850 r600_dma_copy_tile(struct r600_context *rctx, struct pipe_resource *dst, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, struct pipe_resource *src, unsigned src_level, unsigned src_x, unsigned src_y, unsigned src_z, unsigned copy_height, unsigned pitch, unsigned bpp) r600_dma_copy_tile() argument 2953 r600_dma_copy(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) r600_dma_copy() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | device9.c | 1401 struct NineSurface9 *src = NineSurface9(pSourceSurface); in NineDevice9_UpdateSurface() local 1552 struct NineTexture9 *src = NineTexture9(srcb); NineDevice9_UpdateTexture() local 1576 struct NineCubeTexture9 *src = NineCubeTexture9(srcb); NineDevice9_UpdateTexture() local 1605 struct NineVolumeTexture9 *src = NineVolumeTexture9(srcb); NineDevice9_UpdateTexture() local 1631 struct NineSurface9 *src = NineSurface9(pRenderTarget); NineDevice9_GetRenderTargetData() local 1679 struct NineSurface9 *src = NineSurface9(pSourceSurface); NineDevice9_StretchRect() local [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeS390X.c | 840 SLJIT_S390X_INSTRUCTION(flogr, sljit_gpr dst, sljit_gpr src) SLJIT_S390X_INSTRUCTION() argument 859 SLJIT_S390X_INSTRUCTION(risbhgz, sljit_gpr dst, sljit_gpr src, sljit_u8 start, sljit_u8 end, sljit_u8 rot) SLJIT_S390X_INSTRUCTION() argument 998 load_word(struct sljit_compiler *compiler, sljit_gpr dst_r, sljit_s32 src, sljit_sw srcw, sljit_s32 is_32bit) load_word() argument 1019 load_unsigned_word(struct sljit_compiler *compiler, sljit_gpr dst_r, sljit_s32 src, sljit_sw srcw, sljit_s32 is_32bit) load_unsigned_word() argument 1057 emit_move(struct sljit_compiler *compiler, sljit_gpr dst_r, sljit_s32 src, sljit_sw srcw) emit_move() argument 1862 sljit_emit_return_to(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) sljit_emit_return_to() argument 2017 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_op1() argument 3047 sljit_emit_op_src( struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) sljit_emit_op_src() argument 3141 emit_float(struct sljit_compiler *compiler, sljit_ins ins_r, sljit_ins ins, sljit_s32 reg, sljit_s32 src, sljit_sw srcw) emit_float() argument 3154 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_sw_from_f64() argument 3180 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_f64_from_sw() argument 3231 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1() argument 3435 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) sljit_emit_ijump() argument 3458 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, sljit_sw srcw) sljit_emit_icall() argument 3559 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument [all...] |
H A D | sljitNativePPC_common.c | 955 sljit_emit_return_to(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) sljit_emit_return_to() argument 1315 emit_prefetch(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) emit_prefetch() argument 1339 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_op1() argument 1828 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) sljit_emit_op_src() argument 1900 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_sw_from_f64() argument 1957 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_f64_from_sw() argument 2067 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1() argument 2344 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) sljit_emit_ijump() argument 2389 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, sljit_sw srcw) sljit_emit_icall() argument 2575 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument [all...] |
H A D | sljitNativeRISCV_common.c | 784 sljit_emit_return_to(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) sljit_emit_return_to() argument 1040 emit_clz_ctz(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw src) emit_clz_ctz() argument 1693 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_op1() argument 1923 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) sljit_emit_op_src() argument 1978 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_sw_from_f64() argument 2011 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_f64_from_sw() argument 2116 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1() argument 2495 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) sljit_emit_ijump() argument 2529 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, sljit_sw srcw) sljit_emit_icall() argument 2644 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument [all...] |
H A D | sljitNativeARM_32.c | 1403 sljit_emit_return_to(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) sljit_emit_return_to() argument 2129 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_op1() argument 2285 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) sljit_emit_op_src() argument 2393 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_sw_from_f64() argument 2413 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_f64_from_sw() argument 2459 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1() argument 2729 softfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *src, sljit_u32 *extra_space) softfloat_call_with_args() argument 2964 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) sljit_emit_ijump() argument 3005 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, sljit_sw srcw) sljit_emit_icall() argument 3069 emit_fmov_before_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) emit_fmov_before_return() argument 3135 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument [all...] |
H A D | sljitLir.c | 1212 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) in check_sljit_emit_return() argument 1264 check_sljit_emit_return_to(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) check_sljit_emit_return_to() argument 1319 check_sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) check_sljit_emit_op1() argument 1492 check_sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) check_sljit_emit_op_src() argument 1573 check_sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) check_sljit_emit_fop1() argument 1645 check_sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) check_sljit_emit_fop1_conv_sw_from_f64() argument 1675 check_sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) check_sljit_emit_fop1_conv_f64_from_sw() argument 1885 check_sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) check_sljit_emit_ijump() argument 1907 check_sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, sljit_sw srcw) check_sljit_emit_icall() argument 1987 check_sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) check_sljit_emit_cmov() argument 2319 sljit_emit_cmov_generic(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov_generic() argument 2422 emit_mov_before_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) emit_mov_before_return() argument 2440 emit_fmov_before_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) emit_fmov_before_return() argument 2451 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) sljit_emit_return() argument 2764 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) sljit_emit_return() argument 2774 sljit_emit_return_to(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) sljit_emit_return_to() argument 2800 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_op1() argument 2861 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) sljit_emit_op_src() argument 2894 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1() argument 2999 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) sljit_emit_ijump() argument 3009 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, sljit_sw srcw) sljit_emit_icall() argument 3035 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument [all...] |
H A D | sljitNativeARM_T2_32.c | 1540 sljit_emit_return_to(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) sljit_emit_return_to() argument 1682 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_op1() argument 1883 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) sljit_emit_op_src() argument 1988 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_sw_from_f64() argument 2008 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_f64_from_sw() argument 2054 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1() argument 2306 softfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *src, sljit_u32 *extra_space) softfloat_call_with_args() argument 2539 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) sljit_emit_ijump() argument 2571 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, sljit_sw srcw) sljit_emit_icall() argument 2636 emit_fmov_before_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) emit_fmov_before_return() argument 2714 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) sljit_emit_cmov() argument [all...] |
H A D | sljitNativeX86_common.c | 944 adjust_shadow_stack(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) adjust_shadow_stack() argument 1015 emit_mov(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) emit_mov() argument 1227 emit_mov_byte(struct sljit_compiler *compiler, sljit_s32 sign, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) emit_mov_byte() argument 1369 emit_prefetch(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) emit_prefetch() argument 1393 emit_mov_half(struct sljit_compiler *compiler, sljit_s32 sign, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) emit_mov_half() argument 1441 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) emit_unary() argument 1474 emit_not_with_flags(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) emit_not_with_flags() argument 1509 emit_clz_ctz(struct sljit_compiler *compiler, sljit_s32 is_clz, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) emit_clz_ctz() argument 1596 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_op1() argument 2632 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) global() argument 2741 emit_sse2_load(struct sljit_compiler *compiler, sljit_s32 single, sljit_s32 dst, sljit_s32 src, sljit_sw srcw) global() argument 2747 emit_sse2_store(struct sljit_compiler *compiler, sljit_s32 single, sljit_s32 dst, sljit_sw dstw, sljit_s32 src) global() argument 2753 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) global() argument 2775 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) global() argument 2835 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) global() argument 3018 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) global() argument 3239 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, sljit_s32 src, sljit_sw srcw) global() argument [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-native.c | 4978 void *src; in pstream_memblock_callback() local
|
/third_party/pulseaudio/src/modules/ |
H A D | module-equalizer-sink.c | 372 dsp_logic( float * restrict dst, float * restrict src, float * restrict overlap, const float X, const float * restrict H, const float * restrict W, fftwf_complex * restrict output_window, struct userdata *u) dsp_logic() argument 434 dsp_logic( float * restrict dst, float * restrict src, float * restrict overlap, const float X, const float * restrict H, const float * restrict W, fftwf_complex * restrict output_window, struct userdata *u) dsp_logic() argument 595 float *src = pa_memblock_acquire_chunk(in); input_buffer() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 1030 std::ostringstream src; in initProgramsToGetNativeFd() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateASTests.cpp | 244 std::ostringstream src; in getMissPassthrough() local 260 std::ostringstream src; in getHitPassthrough() local 276 std::ostringstream src; in getGraphicsPassthrough() local 289 std::ostringstream src; in getVertexPassthrough() local 790 std::ostringstream src; initPrograms() local 827 std::ostringstream src; initPrograms() local 845 std::ostringstream src; initPrograms() local 891 std::ostringstream src; initPrograms() local 915 std::ostringstream src; initPrograms() local 933 std::ostringstream src; initPrograms() local 959 std::ostringstream src; initPrograms() local 1000 std::ostringstream src; initPrograms() local 1036 std::ostringstream src; initPrograms() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 4258 const PixelBufferAccess src = getPixelAccess(imageIdx, in iterateCollectResults() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktAttachmentRateTests.cpp | 651 const auto& src = attachmentInfo[i]; in buildFramebuffer() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 687 std::ostringstream src; in initPrograms() local 1360 std::ostringstream src; in initPrograms() local [all...] |
H A D | vktImageMutableTests.cpp | 349 std::ostringstream src; in initPrograms() local 375 std::ostringstream src; in initPrograms() local 402 std::ostringstream src; in initPrograms() local 451 std::ostringstream src; initPrograms() local 485 std::ostringstream src; initPrograms() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDynamicOffsetTests.cpp | 2144 std::ostringstream src; in initPrograms() local 2173 std::ostringstream src; in initPrograms() local 2201 std::ostringstream src; in initPrograms() local
|
H A D | vktPipelinePushConstantTests.cpp | 1493 std::stringstream src; in getPushConstantDeclarationStr() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 3314 std::ostringstream src; in initPrograms() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 353 static inline T swizzleColorChannel (const tcu::Vector<T, 4>& src, TextureSwizzleComponent swizzle) in swizzleColorChannel() argument 368 static inline tcu::Vector<T, 4> swizzleColor (const tcu::Vector<T, 4>& src, const MaybeTextureSwizzle& swizzle) in swizzleColor() argument 379 static void swizzlePixels (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, const MaybeTextureSwizzle& swizzle) in swizzlePixels() argument 390 swizzlePixels(const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, const MaybeTextureSwizzle& swizzle) swizzlePixels() argument 407 swizzleTexture(tcu::Texture2D& dst, const tcu::Texture2D& src, const MaybeTextureSwizzle& swizzle) swizzleTexture() argument 419 swizzleTexture(tcu::Texture2DArray& dst, const tcu::Texture2DArray& src, const MaybeTextureSwizzle& swizzle) swizzleTexture() argument 431 swizzleTexture(tcu::TextureCube& dst, const tcu::TextureCube& src, const MaybeTextureSwizzle& swizzle) swizzleTexture() argument [all...] |