Home
last modified time | relevance | path

Searched refs:quarter (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/bin/
H A Dgen_calendar_entries.py85 quarter = datetime.date.fromisoformat(f'20{major}-0{[1, 4, 7, 10][int(minor)]}-01')
88 day = quarter.isoweekday()
93 return quarter.replace(day=quarter.day - day + 3 + 14)
95 quarter = quarter.replace(day=quarter.day + 3 - day)
96 return quarter.replace(day=quarter.day + 14)
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_visitor.cpp187 abld.quarter(i).ADD(quarter(offset(delta_xy, abld, 0), i), in emit_interpolation_setup_gfx4()
188 quarter(this->pixel_x, i), xstart); in emit_interpolation_setup_gfx4()
189 abld.quarter(i).ADD(quarter(offset(delta_xy, abld, 1), i), in emit_interpolation_setup_gfx4()
190 quarter(this->pixel_y, i), ystart); in emit_interpolation_setup_gfx4()
552 bld.quarter(q).SEL( in emit_interpolation_setup_gfx6()
553 quarter(offset(delta_xy[i], bld, c), q), in emit_interpolation_setup_gfx6()
554 quarter(offset(centroid_delta_xy, bld, c), q), in emit_interpolation_setup_gfx6()
555 quarter(offse in emit_interpolation_setup_gfx6()
[all...]
H A Dbrw_mesh.cpp905 payload_srcs[length++] = quarter(offset(src, bld, c), q); in emit_urb_direct_writes()
933 payload_srcs[length++] = quarter(offset(src, bld, c + first_comps), q); in emit_urb_direct_writes()
981 bld8.MOV(off, quarter(offset_src, q)); in emit_urb_indirect_writes()
998 payload_srcs[length++] = quarter(src_comp, q); in emit_urb_indirect_writes()
1090 bld8.MOV(off, quarter(offset_src, q)); in emit_urb_indirect_reads()
1116 retype(quarter(dest_comp, q), BRW_REGISTER_TYPE_UD), in emit_urb_indirect_reads()
H A Dbrw_ir_fs.h278 * Get the specified 8-component quarter of a register.
281 quarter(const fs_reg &reg, unsigned idx) in quarter() function
H A Dbrw_fs_builder.h143 quarter(unsigned i) const in quarter() function in brw::fs_builder
H A Dbrw_fs.cpp214 .quarter(0); in DEP_RESOLVE_MOV()
3879 ibld.quarter(0).MOV(mov_dst, quarter(inst->src[i], 0));
3881 ibld.quarter(1).MOV(mov_dst, quarter(inst->src[i], 1));
3958 * executing the three instructions twice in SIMD8, once with quarter
3963 * for instance) is determined by the quarter control. Unfortunately
4169 /* Among other things the quarter control bits influence which
4180 * hardware we need to make sure that the quarter control bits are
4663 * the 8-bit quarter o
[all...]
H A Dbrw_fs_nir.cpp5897 ubld8.MOV(quarter(tmp, 0), brw_imm_v(0x76543210));
5900 ubld8.ADD(quarter(tmp, 1), quarter(tmp, 0), brw_imm_ud(8));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp309 void setPoint (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& pointColor, const int pointSize, const int layerNdx, const deUint32 quarter) const;
310 void fillTriangle (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter) const;
312 void fillQuarter (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter, const deUint32 subpassNdx) const;
1410 void MultiViewRenderTestInstance::setPoint (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& pointColor, const int pointSize, const int layerNdx, const deUint32 quarter) const in setPoint()
1415 const int offsetX = pointOffset + static_cast<int>((quarter == 0u || quarter == 1u) ? 0 : m_parameters.extent.width / 2u); in setPoint()
1416 const int offsetY = pointOffset + static_cast<int>((quarter == 0u || quarter == 2u) ? 0 : m_parameters.extent.height / 2u); in setPoint()
1423 void MultiViewRenderTestInstance::fillTriangle (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter) const in fillTriangle()
1425 const int offsetX = static_cast<int>((quarter in fillTriangle()
1447 fillQuarter(const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter, const deUint32 subpassNdx) const fillQuarter() argument
[all...]
/third_party/ffmpeg/libavcodec/alpha/
H A Didctdsp_alpha_asm.S116 unpkbw t1, t1 # 0 0 (quarter/op no.)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp322 void setPoint (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& pointColor, const int pointSize, const int layerNdx, const deUint32 quarter) const;
323 void fillTriangle (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter) const;
325 void fillQuarter (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter, const deUint32 subpassNdx) const;
1435 void MultiViewRenderTestInstance::setPoint (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& pointColor, const int pointSize, const int layerNdx, const deUint32 quarter) const in setPoint()
1440 const int offsetX = pointOffset + static_cast<int>((quarter == 0u || quarter == 1u) ? 0 : m_parameters.extent.width / 2u); in setPoint()
1441 const int offsetY = pointOffset + static_cast<int>((quarter == 0u || quarter == 2u) ? 0 : m_parameters.extent.height / 2u); in setPoint()
1448 void MultiViewRenderTestInstance::fillTriangle (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter) const in fillTriangle()
1450 const int offsetX = static_cast<int>((quarter in fillTriangle()
1472 fillQuarter(const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter, const deUint32 subpassNdx) const fillQuarter() argument
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S1272 .ifc \size,quarter
1321 idct16_partial quarter
1887 .ifc \size,quarter
1944 idct32_partial quarter, 8
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp1406 const uint32_t quarter = variables.vertexCount / 4; in iterateCommandBegin() local
1408 variables.lowerBound = deRandom_getUint32(&rnd) % quarter; in iterateCommandBegin()
1409 variables.upperBound = (deRandom_getUint32(&rnd) % quarter) + (3 * quarter); in iterateCommandBegin()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp1322 const deUint32 quarter = variables.vertexCount / 4; in iterateCommandBegin() local
1324 variables.lowerBound = deRandom_getUint32(&rnd) % quarter; in iterateCommandBegin()
1325 variables.upperBound = (deRandom_getUint32(&rnd) % quarter) + (3 * quarter); in iterateCommandBegin()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp9itxfm_16bpp_neon.S1397 idct16_partial quarter
1963 .ifc \size,quarter
2016 idct32_partial quarter
H A Dvp9itxfm_neon.S1045 idct16_partial quarter
1579 idct32_partial quarter
/third_party/ffmpeg/libavutil/x86/
H A Dtx_float.asm510 ; The _4 indicates this is a quarter of the iterations required to complete a full

Completed in 48 milliseconds