Searched refs:asrc (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_cs.h | 183 struct amdgpu_fence *asrc = (struct amdgpu_fence *)src; local in function:amdgpu_fence_reference 185 if (pipe_reference(&(*adst)->reference, &asrc->reference)) { 196 *adst = asrc;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_cs.h | 207 struct amdgpu_fence *asrc = (struct amdgpu_fence *)src; local in function:amdgpu_fence_reference 209 if (pipe_reference(&(*adst)->reference, &asrc->reference)) { 220 *adst = asrc;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir.c | 489 nir_alu_src *asrc = &alu->src[i]; local in function:emit_alu 492 src = src_swizzle(get_src(c, &asrc->src), ALU_SWIZ(asrc)); 496 src.neg = asrc->negate || (alu->op == nir_op_fneg); 497 src.abs = asrc->abs || (alu->op == nir_op_fabs); 499 assert(!asrc->negate && alu->op != nir_op_fneg); 500 assert(!asrc->abs && alu->op != nir_op_fabs);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_compiler_nir.c | 316 nir_alu_src *asrc = &alu->src[i]; local in function:emit_alu 318 compile_assert(ctx, !asrc->abs); 319 compile_assert(ctx, !asrc->negate); 321 src[i] = ir3_get_src(ctx, &asrc->src)[asrc->swizzle[0]]; 336 nir_alu_src *asrc = &alu->src[0]; local in function:emit_alu 337 struct ir3_instruction *const *src0 = ir3_get_src(ctx, &asrc->src); 341 dst[i] = ir3_MOV(b, src0[asrc->swizzle[i]], type); 354 nir_alu_src *asrc = &alu->src[i]; local in function:emit_alu 356 compile_assert(ctx, !asrc [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_compiler_nir.c | 317 nir_alu_src *asrc = &alu->src[i]; local in function:emit_alu 319 compile_assert(ctx, !asrc->abs); 320 compile_assert(ctx, !asrc->negate); 322 src[i] = ir3_get_src(ctx, &asrc->src)[asrc->swizzle[0]]; 336 nir_alu_src *asrc = &alu->src[0]; local in function:emit_alu 337 struct ir3_instruction *const *src0 = ir3_get_src(ctx, &asrc->src); 341 dst[i] = ir3_MOV(b, src0[asrc->swizzle[i]], dst_type); 354 nir_alu_src *asrc = &alu->src[i]; local in function:emit_alu 356 compile_assert(ctx, !asrc [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.0.0.rst | 1806 - winsys/amdgpu: rename rfence, rsrc, rdst -> afence, asrc, adst
|
Completed in 12 milliseconds