/third_party/mesa3d/bin/ |
H A D | gen_calendar_entries.py | 85 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 D | brw_fs_visitor.cpp | 187 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 D | brw_mesh.cpp | 905 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 D | brw_ir_fs.h | 278 * Get the specified 8-component quarter of a register. 281 quarter(const fs_reg ®, unsigned idx) in quarter() function
|
H A D | brw_fs_builder.h | 143 quarter(unsigned i) const in quarter() function in brw::fs_builder
|
H A D | brw_fs.cpp | 214 .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 D | brw_fs_nir.cpp | 5897 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 D | vktMultiViewRenderTests.cpp | 309 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 D | idctdsp_alpha_asm.S | 116 unpkbw t1, t1 # 0 0 (quarter/op no.)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.cpp | 322 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 D | vp9itxfm_16bpp_neon.S | 1272 .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 D | vktDescriptorSetsIndexingTests.cpp | 1406 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 D | vktDescriptorSetsIndexingTests.cpp | 1322 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 D | vp9itxfm_16bpp_neon.S | 1397 idct16_partial quarter 1963 .ifc \size,quarter 2016 idct32_partial quarter
|
H A D | vp9itxfm_neon.S | 1045 idct16_partial quarter 1579 idct32_partial quarter
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | tx_float.asm | 510 ; The _4 indicates this is a quarter of the iterations required to complete a full
|